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, Nov 15, 4:46 PM
Unknown Object (File)
Oct 5 2024, 12:53 PM
Unknown Object (File)
Oct 5 2024, 7:05 AM
Unknown Object (File)
Oct 4 2024, 10:05 PM
Unknown Object (File)
Oct 2 2024, 10:04 AM
Unknown Object (File)
Oct 1 2024, 1:43 AM
Unknown Object (File)
Sep 30 2024, 2:58 PM
Unknown Object (File)
Sep 28 2024, 5:56 AM
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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.