summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/getifaddrs.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use same (lame) verbiage to explain ifa_dstaddr as is used forkrw2012-07-131-3/+4
| | | | | | | | ifa_broadaddr. i.e. make it make clear that this field is only valid for P2P. (Hint: one's a field, and one's a #define giving a new name to said field) ok guenther@
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* correct a mistake concerning ifa_data;jmc2007-02-141-6/+5
| | | | found by Srebrenko Sehic, corrected by millert and claudio;
* - sync prototypes and header file excerptsjaredy2005-07-221-4/+4
| | | | | | - typos/spelling, punctuation, rewording, macro, and layout fixes. help & ok jmc
* more display/list fixes, and a little whitespace;jmc2004-04-161-2/+1
|
* - section reorderjmc2003-05-301-11/+11
| | | | - macro cleanup
* date should be written formally: .Dd Month day, yeardavid2003-03-061-2/+2
| | | | ok henning@ jmc@
* Add missing .Os. deraadt@ oknordin2002-01-021-1/+2
|
* typomillert2001-10-011-2/+2
|
* Repairs, mostly removing hard sentence breaks.aaron2000-04-181-2/+3
|
* avoid misunderstanding in history portion, okay'ed by aaron.itojun2000-04-161-2/+4
| | | | may need english check:-) (getifaddrs.c is straight import from bsdi4)
* Trailing whitespace begone!aaron2000-04-121-3/+3
|
* - Put structure field descriptions in a tagged list.aaron2000-02-231-53/+46
| | | | | - More mdoc macros where appropriate. - Mention OpenBSD in HISTORY.
* add freeifaddrs(3), which reclaims region allocated by getifaddrs(3).itojun2000-02-231-4/+5
| | | | in sync with kame and bsdi.
* add getifaddrs(3), from bsdi4.itojun2000-02-231-0/+161
this will help future apps from complexity of SIOCGIFCONF. NOTE: getifaddrs(3) uses sysctl interface, not SIOCGIFCONF.