summaryrefslogtreecommitdiffstats
path: root/sys/net/if.h
Commit message (Collapse)AuthorAgeFilesLines
...
* Include <sys/socket.h> for declaration of struct sockaddr. This helpsbde1994-11-151-4/+7
| | | | | | genassym compile when KERNEL is not defined. Uniformize idempotency ifdef.
* if.h:bde1994-11-141-2/+3
| | | | | | | | | | Declare a complete prototype for the function pointer *ifa_rtrequest. radix.h: Declare a complete prototype for the function pointer *rnh_walktree and for the function rn_walktree. Uniformize idempotency ifdef.
* Define IFF_ALTPHYS to be IFF_LINK2. Gross, but effective. (There aren't anywollman1994-10-011-1/+2
| | | | | more bits left in if_flags and I don't want to make it a long this late in the release cycle.)
* Make idempotent.paul1994-08-211-1/+6
| | | | Submitted by: Paul
* Fix up some sloppy coding practices:wollman1994-08-181-2/+2
| | | | | | | | | | | | - Delete redundant declarations. - Add -Wredundant-declarations to Makefile.i386 so they don't come back. - Delete sloppy COMMON-style declarations of uninitialized data in header files. - Add a few prototypes. - Clean up warnings resulting from the above. NB: ioconf.c will still generate a redundant-declaration warning, which is unavoidable unless somebody volunteers to make `config' smarter.
* Added ioctl support for SIOCGIFMTU and SIOCSIFMTU. These set the per-dg1994-08-081-1/+3
| | | | interface MTU.
* Added $Id$dg1994-08-021-0/+1
|
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-5/+5
| | | | | Reviewed by: Rodney W. Grimes Submitted by: John Dyson and David Greenman
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+363
OpenPOWER on IntegriCloud