aboutsummaryrefslogtreecommitdiff
path: root/lib/libifconfig/libifconfig.h
Commit message (Collapse)AuthorAgeFilesLines
* libifconfig: allow to get original interface name via ifconfig_get_orig_name()Andriy Voskoboinyk2017-10-161-0/+2
| | | | | | | | | | | | Uses the same method as in tools/tools/ifinfo/ifinfo.c (via net.link.generic sysctl). Tested with modified wlandebug(8). Differential Revision: https://reviews.freebsd.org/D12554 Notes: svn path=/head/; revision=324656
* libifconfig: style(9) fixesKristof Provost2016-09-041-10/+4
| | | | | | | | | | | | Also switch from BSD 3-clause to 2-clause license where possible, and consolidate duplicate 3-clause license into one. Submitted by: Marie Helene Kvello-Aune <marieheleneka@gmail.com> Reviewed by: cem, kp Differential Revision: https://reviews.freebsd.org/D7764 Notes: svn path=/head/; revision=305395
* Renaming libifc to libifconfig in response to feedback on initial commit ofKristof Provost2016-09-021-0/+111
this library. Sticking to 'libifconfig' (and 'ifconfig_' as function prefix) should reduce chances of namespace collisions, make it more clear what the library does, and be more in line with existing libraries. Submitted by: Marie Helene Kvello-Aune <marieheleneka@gmail.com> Differential Revision: https://reviews.freebsd.org/D7742 Reviewed by: cem, kp Notes: svn path=/head/; revision=305290