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)
Nov 18 2024, 4:52 PM
Unknown Object (File)
Nov 3 2024, 6:50 AM
Unknown Object (File)
Nov 3 2024, 6:50 AM
Unknown Object (File)
Nov 3 2024, 6:50 AM
Unknown Object (File)
Nov 3 2024, 6:41 AM
Unknown Object (File)
Oct 13 2024, 12:12 AM
Unknown Object (File)
Sep 25 2024, 2:56 AM
Unknown Object (File)
Sep 24 2024, 11:01 PM
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 Passed
Unit
No Test Coverage
Build Status
Buildable 258
Build 258: arc lint + arc unit

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.