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
F82008519: D3505.id.diff
Wed, Apr 24, 11:34 AM
F82005257: D3505.diff
Wed, Apr 24, 10:15 AM
Unknown Object (File)
Jan 9 2024, 8:16 PM
Unknown Object (File)
Jan 9 2024, 8:16 PM
Unknown Object (File)
Jan 9 2024, 8:16 PM
Unknown Object (File)
Jan 9 2024, 8:02 PM
Unknown Object (File)
Jan 8 2024, 7:25 PM
Unknown Object (File)
Dec 31 2023, 2:06 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.