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

  /src/sys/net/
if_arp.h 56 #define ARPHRD_IEEE1394 24 /* IEEE 1394 (FireWire) hardware format */
100 if (ntohs(ap->ar_hrd) == ARPHRD_IEEE1394) {
110 if (ntohs(ap->ar_hrd) == ARPHRD_IEEE1394) {
if_ieee1394subr.c 149 ah->ar_hrd = htons(ARPHRD_IEEE1394);
  /src/usr.bin/rump_dhcpclient/
net.h 52 #ifndef ARPHRD_IEEE1394
53 # define ARPHRD_IEEE1394 24
  /src/external/bsd/dhcpcd/dist/src/
if.h 80 #ifndef ARPHRD_IEEE1394
81 # define ARPHRD_IEEE1394 24
if.c 411 case ARPHRD_IEEE1394: /* FALLTHROUGH */
630 ifp->hwtype = ARPHRD_IEEE1394;
dhcp.c 4313 case ARPHRD_IEEE1394: /* FALLTHROUGH */
  /src/external/mpl/dhcp/dist/includes/
osdep.h 244 #if defined (ARPHRD_IEEE1394) & !defined (HAVE_ARPHRD_IEEE1394)
  /src/external/bsd/tcpdump/dist/
print-arp.c 58 #define ARPHRD_IEEE1394 24 /* IEEE 1394 (FireWire) hardware format */
118 { ARPHRD_IEEE1394, "IEEE 1394" },
  /src/sys/netinet/
if_arp.c 544 ah->ar_hrd = htons(ARPHRD_IEEE1394);
713 if (ntohs(ar->ar_hrd) == ARPHRD_IEEE1394)
1825 if (ntohs(ar->ar_hrd) == ARPHRD_IEEE1394) {

Completed in 22 milliseconds