Searched refs:ar_hrd (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dif_arp.h81 u_short ar_hrd; /* format of hardware address */ member in struct:arphdr
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Dif_ether.h121 #define arp_hrd ea_hdr.ar_hrd
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dprint-arp.c53 u_short ar_hrd; /* format of hardware address */ member in struct:arp_pkthdr
91 #define HRD(ap) EXTRACT_16BITS(&(ap)->ar_hrd)
/macosx-10.10.1/bootp-298/IPConfiguration.bproj/
H A Darp_session.c266 int arphrd = ntohs(arp_p->ar_hrd);
597 || ntohs(arp_p->ar_hrd) != hwtype
892 hdr->ar_hrd = htons(ARPHRD_ETHER);
938 hdr->ar_hrd = htons(ARPHRD_IEEE1394);
/macosx-10.10.1/network_cmds-457/rarpd.tproj/
H A Drarpd.c734 ap->ea_hdr.ar_hrd = htons(ARPHRD_ETHER);
/macosx-10.10.1/xnu-2782.1.97/osfmk/kdp/
H A Dkdp_udp.c185 u_short ar_hrd; /* format of hardware address */ member in struct:kdp_arphdr
207 #define arp_hrd ea_hdr.ar_hrd

Completed in 191 milliseconds