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)
Sun, May 17, 11:03 PM
Unknown Object (File)
Fri, May 15, 5:44 AM
Unknown Object (File)
Thu, May 7, 9:33 AM
Unknown Object (File)
Mon, Apr 27, 2:35 PM
Unknown Object (File)
Sat, Apr 25, 6:49 AM
Unknown Object (File)
Thu, Apr 23, 12:41 PM
Unknown Object (File)
Apr 17 2026, 11:52 AM
Unknown Object (File)
Apr 11 2026, 7:56 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.