HomeSort by: relevance | last modified time | path
    Searched refs:ar_pro (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/netinet/
if_ether.h 83 #define arp_pro ea_hdr.ar_pro
if_arp.c 550 ah->ar_pro = htons(ETHERTYPE_IP);
733 switch (ntohs(ar->ar_pro)) {
1177 ah->ar_pro = htons(ETHERTYPE_IP); /* let's be sure! */
1832 switch (ntohs(ar->ar_pro)) {
1942 ah->ar_pro = htons(ETHERTYPE_IP);
  /src/sys/netatalk/
aarp.h 54 #define aarp_pro eaa_hdr.ar_pro
aarp.c 327 switch (ntohs(ar->ar_pro)) {
  /src/sys/arch/mvme68k/stand/sboot/
etherfun.h 61 u_short ar_pro; /* format of protocol address */ member in struct:ether_arp
etherfun.c 45 rarp->ar_pro = PTYPE_IP;
  /src/sys/net/
if_arp.h 54 uint16_t ar_pro; /* format of protocol address */ member in struct:arphdr
if_arcsubr.c 213 arph->ar_pro = atype - 1;
542 mtod(m, struct arphdr *)->ar_pro = htons(ETHERTYPE_IP);
550 mtod(m, struct arphdr *)->ar_pro = htons(ETHERTYPE_IP);
  /src/sys/lib/libsa/
rarp.c 74 #define arp_pro ea_hdr.ar_pro
arp.c 75 #define arp_pro ea_hdr.ar_pro
  /src/usr.sbin/rarpd/
rarpd.c 396 ntohs (ap->ar_pro) != ETHERTYPE_IP ||
801 ap->ar_pro = htons(ETHERTYPE_IP);
816 ap->ea_hdr.ar_pro = htons(ETHERTYPE_IP);
  /src/sys/kern/
uipc_mbufdebug.c 497 (*pr)("ARP: Protocol Address Format = %u\n", ntohs(ar.ar_pro));

Completed in 17 milliseconds