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)
Sun, May 3, 6:42 PM
Unknown Object (File)
Wed, Apr 29, 6:27 AM
Unknown Object (File)
Wed, Apr 29, 6:21 AM
Unknown Object (File)
Mon, Apr 27, 11:20 PM
Unknown Object (File)
Sun, Apr 26, 10:54 AM
Unknown Object (File)
Tue, Apr 21, 8:22 PM
Unknown Object (File)
Apr 13 2026, 7:26 AM
Unknown Object (File)
Apr 11 2026, 9:33 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.