Searched refs:ARPHRD_IEEE1394 (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/sys/net/
H A Dif_arp.h53 #define ARPHRD_IEEE1394 24 /* IEEE 1394 (FireWire) hardware format */ macro
97 if (ntohs(ap->ar_hrd) == ARPHRD_IEEE1394) {
107 if (ntohs(ap->ar_hrd) == ARPHRD_IEEE1394) {
H A Dif_ieee1394subr.c149 ah->ar_hrd = htons(ARPHRD_IEEE1394);
/netbsd-current/usr.bin/rump_dhcpclient/
H A Dnet.h52 #ifndef ARPHRD_IEEE1394
53 # define ARPHRD_IEEE1394 24 macro
/netbsd-current/external/bsd/dhcpcd/dist/src/
H A Dif.h80 #ifndef ARPHRD_IEEE1394
81 # define ARPHRD_IEEE1394 24 macro
H A Dif.c419 case ARPHRD_IEEE1394: /* FALLTHROUGH */
638 ifp->hwtype = ARPHRD_IEEE1394;
H A Ddhcp.c4168 case ARPHRD_IEEE1394: /* FALLTHROUGH */
/netbsd-current/external/mpl/dhcp/dist/includes/
H A Dosdep.h244 #if defined (ARPHRD_IEEE1394) & !defined (HAVE_ARPHRD_IEEE1394)
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-arp.c60 #define ARPHRD_IEEE1394 24 /* IEEE 1394 (FireWire) hardware format */ macro
120 { ARPHRD_IEEE1394, "IEEE 1394" },
/netbsd-current/sys/netinet/
H A Dif_arp.c544 ah->ar_hrd = htons(ARPHRD_IEEE1394);
713 if (ntohs(ar->ar_hrd) == ARPHRD_IEEE1394)
1798 if (ntohs(ar->ar_hrd) == ARPHRD_IEEE1394) {

Completed in 219 milliseconds