X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/86d7a5c5eb43aa23f18e845087fd5596c593f8ad..48f8e5ca2b068ccbe97fa8118ad197e252d471c5:/usr/src/sys/net/if.h?ds=inline diff --git a/usr/src/sys/net/if.h b/usr/src/sys/net/if.h index 4edb473f73..995d7234fd 100644 --- a/usr/src/sys/net/if.h +++ b/usr/src/sys/net/if.h @@ -1,4 +1,4 @@ -/* if.h 6.3 84/03/20 */ +/* if.h 6.4 84/04/06 */ /* * Structures defining a network interface, providing a packet @@ -78,6 +78,7 @@ struct ifnet { #define IFF_NOTRAILERS 0x20 /* avoid use of trailers */ #define IFF_RUNNING 0x40 /* resources allocated */ #define IFF_NOARP 0x80 /* no address resolution protocol */ +#define IFF_LOCAL 0x100 /* local network, host part encoded */ /* * Output queues (ifp->if_snd) and internetwork datagram level (pup level 1)