summaryrefslogtreecommitdiff
path: root/interfaces.c
Commit message (Collapse)AuthorAgeFilesLines
* added STUB_LOAD_INTERFACESTodd C. Miller1996-01-141-4/+4
| | | | ++version
* ++versionTodd C. Miller1996-01-091-1/+1
|
* fixed for AIXTodd C. Miller1995-12-221-9/+15
| | | | now deal if num_interfaces == 0 (should not happen)
* works on ISC againTodd C. Miller1995-12-201-22/+23
|
* ++versionTodd C. Miller1995-12-181-1/+1
|
* updated version numberTodd C. Miller1995-11-191-1/+1
|
* options.h is now <> instead of "" so shadow build trees canTodd C. Miller1995-11-131-1/+1
| | | | have a custom copy of options.h
* rmeoved unused cruftTodd C. Miller1995-09-231-28/+0
| | | | now passes -Wall
* don't include malloc.h if we include stdlib.hTodd C. Miller1995-09-131-2/+2
|
* removed #include <net/route.h> since it was hosing some OS'sTodd C. Miller1995-07-191-1/+0
|
* cleanup up the loop when interfaces are groped in so that it isTodd C. Miller1995-07-111-16/+18
| | | | readable
* added #ifdef to make it compile on strange archesTodd C. Miller1995-07-031-0/+17
|
* now works with ip implementations that use sa_len in sockaddrTodd C. Miller1995-07-011-30/+57
|
* now include sys/time.h for AIXTodd C. Miller1995-07-011-0/+1
|
* now works for ISC and others. yay.Todd C. Miller1995-06-281-8/+10
|
* now set strioctl.ic_timout in STRSET()Todd C. Miller1995-06-191-4/+5
| | | | now initialize num_interfaces to 0 (just to be anal)
* reworked the ISC codeTodd C. Miller1995-06-181-33/+19
|
* added ENXIO like EADDRNOTAVAILTodd C. Miller1995-06-031-2/+2
|
* Initial revisionTodd C. Miller1995-05-021-0/+250