Home
last modified time | relevance | path

Searched refs:ar_hrd (Results 1 – 9 of 9) sorted by relevance

/dragonfly/sys/netinet/
H A Dif_ether.c357 u_short ar_hrd; in arpreq_alloc() local
370 ar_hrd = htons(ARPHRD_ETHER); in arpreq_alloc()
380 ah->ar_hrd = ar_hrd; in arpreq_alloc()
631 u_short ar_hrd; in arpintr() local
641 ar_hrd = ntohs(ar->ar_hrd); in arpintr()
642 if (ar_hrd != ARPHRD_ETHER && ar_hrd != ARPHRD_IEEE802) { in arpintr()
643 hexncpy((unsigned char *)&ar->ar_hrd, 2, hexstr, 5, NULL); in arpintr()
H A Dif_ether.h94 #define arp_hrd ea_hdr.ar_hrd
/dragonfly/sys/net/
H A Dif_arp.h55 u_short ar_hrd; /* format of hardware address */ member
H A Dif_ethersubr.c265 ah->ar_hrd = htons(ARPHRD_ETHER); in ether_output()
/dragonfly/contrib/tcpdump/
H A Dprint-arp.c48 nd_uint16_t ar_hrd; /* format of hardware address */ member
87 #define HRD(ap) GET_BE_U_2((ap)->ar_hrd)
/dragonfly/stand/lib/
H A Dif_ether.h109 #define arp_hrd ea_hdr.ar_hrd
/dragonfly/contrib/dhcpcd/src/
H A Darp.c80 ar.ar_hrd = htons(ifp->hwtype); in arp_request()
213 if (arp->ar_hrd != htons(ifp->hwtype)) in arp_validate()
H A Dbpf.c449 BPF_STMT(BPF_LD + BPF_H + BPF_IND, offsetof(struct arphdr, ar_hrd)),
/dragonfly/tools/tools/net80211/wesside/wesside/
H A Dwesside.c1178 h->ar_hrd = htons(ARPHRD_ETHER); in decrypt_arpreq()
1677 h->ar_hrd = htons(ARPHRD_ETHER); in do_arp()