Lines Matching defs:net
45 #include <net/if.h>
46 #include <net/route.h>
47 #include <net/if_ether.h>
48 #include <net/if_dl.h>
193 * net is phase 2, generate an 802.2 and SNAP header.
352 u_int16_t net;
370 memcpy(&net, ea->aarp_tpnet, sizeof(net));
372 if (net != 0) { /* should be ATADDR_ANYNET? */
375 sat.sat_addr.s_net = net;
392 * Since we don't know the net, we just look for the first
592 * net is phase 2, generate an 802.2 and SNAP header.