Home
last modified time | relevance | path

Searched refs:IP_ARP_PROTO_TYPE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/arp/
H A Darp.c72 } else if (ptype == IP_ARP_PROTO_TYPE) { in print_arp()
126 ptype == IP_ARP_PROTO_TYPE ? "IP" : "Unknown"); in arphdr_cmd()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_arp.c1557 uint32_t proto = IP_ARP_PROTO_TYPE; in arp_output()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h113 #define IP_ARP_PROTO_TYPE 0x0800 macro