Searched refs:ARPHRD_ETHER (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dif_arp.h82 #define ARPHRD_ETHER 1 /* ethernet hardware format */ macro
H A Dether_inet_pr_module.c127 if (ntohs(ea->arp_hrd) != ARPHRD_ETHER ||
452 ea->arp_hrd = htons(ARPHRD_ETHER);
H A Dif_bridge.c5939 if (dhcp.dp_htype != ARPHRD_ETHER) {
6021 if (ea->arp_hrd != htons(ARPHRD_ETHER)) {
/macosx-10.10.1/bootp-298/bootplib/
H A Dbootp_transmit.c121 if ((hwtype == ARPHRD_ETHER || hwtype == ARPHRD_IEEE1394)
136 case ARPHRD_ETHER:
H A Ddhcplib.c136 case ARPHRD_ETHER:
H A Dinterfaces.h168 type = ARPHRD_ETHER;
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dprint-arp.c54 #define ARPHRD_ETHER 1 /* ethernet hardware format */ macro
114 { ARPHRD_ETHER, "Ethernet" },
/macosx-10.10.1/network_cmds-457/rarpd.tproj/
H A Drarpd.c373 ntohs (ap->arp_hrd) != ARPHRD_ETHER ||
734 ap->ea_hdr.ar_hrd = htons(ARPHRD_ETHER);
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Din_dhcp.c509 link_address(context->dl_p), ARPHRD_ETHER,
713 link_address(context->dl_p), ARPHRD_ETHER,
/macosx-10.10.1/bootp-298/IPConfiguration.bproj/
H A Darp_session.c273 case ARPHRD_ETHER:
550 case ARPHRD_ETHER:
603 case ARPHRD_ETHER:
871 case ARPHRD_ETHER:
892 hdr->ar_hrd = htons(ARPHRD_ETHER);
H A Ddhcp.c396 case ARPHRD_ETHER:
/macosx-10.10.1/bootp-298/BSDPClient/
H A DBSDPClient.c1322 if_name(client->if_p), ARPHRD_ETHER, NULL, 0,
1520 if_name(client->if_p), ARPHRD_ETHER, NULL, 0,
/macosx-10.10.1/bootp-298/bootpd.tproj/
H A Dbsdpd.c1442 || rq->dp_htype != ARPHRD_ETHER
1529 if (rq->dp_htype != ARPHRD_ETHER || rq->dp_hlen != ETHER_ADDR_LEN) {
/macosx-10.10.1/xnu-2782.1.97/osfmk/kdp/
H A Dkdp_udp.c186 #define ARPHRD_ETHER 1 /* ethernet hardware format */ macro
986 ea->arp_hrd = htons(ARPHRD_ETHER);
/macosx-10.10.1/libpcap-48/libpcap/
H A Dpcap-linux.c2613 case ARPHRD_ETHER:
2625 * ARPHRD_ETHER but that *shouldn't offer DLT_DOCSIS as

Completed in 345 milliseconds