Page MenuHomeFreeBSD

Improve copy-and-paste versions of SIOCGIFADDR.
ClosedPublic

Authored by brooks on Mar 27 2018, 6:48 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 4, 1:57 AM
Unknown Object (File)
Wed, Mar 12, 12:09 PM
Unknown Object (File)
Feb 20 2025, 12:19 AM
Unknown Object (File)
Feb 18 2025, 3:19 PM
Unknown Object (File)
Feb 18 2025, 2:45 PM
Unknown Object (File)
Feb 11 2025, 7:17 AM
Unknown Object (File)
Jan 30 2025, 1:42 PM
Unknown Object (File)
Jan 10 2025, 8:12 PM
Subscribers

Details

Summary

The original implementation used a reference to ifr_data and a cast to
do the equivalent of accessing ifr_addr. This was copied multiple
times since 1996.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 15834
Build 15842: arc lint + arc unit

Event Timeline

This is the first of several changes to clean up use of ifr_data before placing all remaining access behind an accessor function.

This revision is now accepted and ready to land.Mar 27 2018, 8:17 PM
This revision was automatically updated to reflect the committed changes.