1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00
freebsd/sys/net
Bill Paul 18fe100709 Add prototypes for ethers.3 functions as per wollman:
> wollman     96/12/10 09:19:15
>
>   Modified:    lib/libc/net  ether_addr.c ethers.3
>   Log:
>   Get struct ether_addr directly from <net/ethernet.h> rather than pulling
>   in lots of unrelated junk from <net/if.h> and <net/if_ether.h>.  These
>   functions still aren't prototyped anywhere (but should be in
>   <net/ethernet.h>---got that, Bill?).

(Note that this file has no copyright header; one should probably
be added.)
1996-12-18 21:42:38 +00:00
..
bpf_compat.h
bpf_filter.c
bpf.c Changed some memcpy()'s back to bcopy()'s. 1996-06-08 08:19:03 +00:00
bpf.h Update to match definitions in LBL June 96 release 1996-08-19 20:28:25 +00:00
bpfdesc.h Clean up Ethernet drivers: 1996-02-06 18:51:28 +00:00
bsd_comp.c Clean up -Wunused warnings. 1996-06-12 05:11:41 +00:00
ethernet.h Add prototypes for ethers.3 functions as per wollman: 1996-12-18 21:42:38 +00:00
fddi.h The last part of the ether_sprint -> %6D change. 1996-01-26 09:29:29 +00:00
if_arp.h Removed nested include if <sys/socket.h> from <net/if.h> and 1996-10-12 19:49:43 +00:00
if_disc.c Remove some historical cruft inherited from the loopback driver in which 1996-10-07 19:11:55 +00:00
if_dl.h
if_ethersubr.c Convert the interface address and IP interface address structures 1996-12-13 21:29:07 +00:00
if_fddisubr.c Convert the interface address and IP interface address structures 1996-12-13 21:29:07 +00:00
if_llc.h Fix a bunch of spelling errors in the comment fields of 1996-01-30 23:02:38 +00:00
if_loop.c Use queue macros for the list of interfaces. Next stop: ifaddrs! 1996-12-11 20:38:25 +00:00
if_mib.c Removed nested include if <sys/socket.h> from <net/if.h> and 1996-10-12 19:49:43 +00:00
if_mib.h Fixed pedantic syntax error. 1996-12-18 19:36:01 +00:00
if_ppp.c Don't dereference sc->sc_setmtu if it's NULL (such as when it's not running) 1996-07-21 17:14:06 +00:00
if_ppp.h Fix a bunch of spelling errors in the comment fields of 1996-01-30 23:02:38 +00:00
if_pppvar.h Eliminated sloppy common-style declarations. Now there are no duplicated 1996-04-13 12:45:57 +00:00
if_sl.c Use queue macros for the list of interfaces. Next stop: ifaddrs! 1996-12-11 20:38:25 +00:00
if_slvar.h Prevent mixing of static and dynamic unit allocation strategies 1996-05-13 14:09:34 +00:00
if_sppp.h Fix a bunch of spelling errors in the comment fields of 1996-01-30 23:02:38 +00:00
if_spppsubr.c Convert the interface address and IP interface address structures 1996-12-13 21:29:07 +00:00
if_tun.c Change default tun MTU back to 1500. 1996-12-16 19:23:34 +00:00
if_tun.h Change default tun MTU back to 1500. 1996-12-16 19:23:34 +00:00
if_types.h
if.c Convert the interface address and IP interface address structures 1996-12-13 21:29:07 +00:00
if.h Convert the interface address and IP interface address structures 1996-12-13 21:29:07 +00:00
netisr.h Obtained from: netatalk distribution netatalk@itd.umich.edu 1996-05-24 01:35:45 +00:00
ppp_comp.h
ppp_defs.h
ppp_tty.c Second phase of merge, get rid of more machine-independent-dependencies. 1996-09-03 10:24:29 +00:00
radix.c
radix.h
raw_cb.c Move or add #include <queue.h> in preparation for upcoming struct socket 1996-03-11 15:13:58 +00:00
raw_cb.h
raw_usrreq.c Move or add #include <queue.h> in preparation for upcoming struct socket 1996-03-11 15:13:58 +00:00
route.c No code changes what so ever, but added about 150 lines of comments 1996-09-10 07:10:05 +00:00
route.h Get rid of obsolete RTF_MASK and RTF_CHAINDELETE flags. 1996-10-09 18:35:10 +00:00
rtsock.c Convert the interface address and IP interface address structures 1996-12-13 21:29:07 +00:00
slcompress.c When cslip gets an uncompressed packet, it attempts to save off the TCP/IP 1996-04-11 06:46:24 +00:00
slcompress.h Fix a bunch of spelling errors in the comment fields of 1996-01-30 23:02:38 +00:00
slip.h