Page MenuHomeFreeBSD

Prefix UDP local function with a udp_ prefix to avoid confusion
ClosedPublic

Authored by bz on Aug 27 2015, 2:01 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, May 28, 12:22 AM
Unknown Object (File)
Sun, May 19, 10:54 PM
Unknown Object (File)
Sun, May 19, 7:33 PM
Unknown Object (File)
Sun, May 19, 7:32 PM
Unknown Object (File)
Sun, May 19, 6:31 PM
Unknown Object (File)
May 18 2024, 11:40 AM
Unknown Object (File)
Apr 24 2024, 11:34 AM
Unknown Object (File)
Apr 24 2024, 10:15 AM
Subscribers

Details

Summary

get_inpcbinfo() and get_pcblist() are UDP local functions and
do not do what one would expect by name. Prefix them with "udp_"
to at least obviously limit the scope.

Test Plan

builds.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bz retitled this revision from to Prefix UDP local function with a udp_ prefix to avoid confusion.
bz updated this object.
bz edited the test plan for this revision. (Show Details)
bz added reviewers: rwatson, gnn.
rwatson edited edge metadata.

Although I have read through it and believe that the principle of this patch is a very good one, I have not, myself, tested it.

This revision is now accepted and ready to land.Aug 27 2015, 2:19 PM
gnn edited edge metadata.

This is a purely textual change. Go for it.

This revision was automatically updated to reflect the committed changes.