Searched refs:ETHERTYPE_ARP (Results 1 – 11 of 11) sorted by relevance
/titanic_41/usr/src/lib/libbc/inc/include/netinet/ |
H A D | if_ether.h | 42 #define ETHERTYPE_ARP 0x0806 /* Addr. resolution protocol */ macro
|
/titanic_41/usr/src/stand/lib/inet/ |
H A D | ibd.c | 188 ntohs(ETHERTYPE_ARP)) in ibd_comarp() 236 out.arp_eh.ipoib_rhdr.ipoib_type = htons(ETHERTYPE_ARP); in ibd_arp() 415 if (eh->ipoib_rhdr.ipoib_type == ntohs(ETHERTYPE_ARP) && in ibd_input()
|
H A D | ethernet.c | 149 ntohs(ETHERTYPE_ARP)) in ether_comarp() 221 out.arp_eh.ether_type = htons(ETHERTYPE_ARP); in ether_arp() 416 if (eh->ether_type == ntohs(ETHERTYPE_ARP) && in ether_input()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | ethernet.h | 87 #define ETHERTYPE_ARP (0x0806) /* Addr. resolution protocol */ macro
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ether.c | 341 case ETHERTYPE_ARP: in interpret_ether() 418 ETHERTYPE_ARP, "ARP", 985 case ETHERTYPE_ARP: in interpret_tr() 1259 case ETHERTYPE_ARP: in interpret_fddi() 1652 case ETHERTYPE_ARP: in interpret_ib()
|
H A D | snoop_pf.c | 105 { "arp", ETHERTYPE_ARP }, 121 { "arp", ETHERTYPE_ARP },
|
H A D | snoop_filter.c | 1329 "arp", 0, 2, ETHERTYPE_ARP, -1, OP_OFFSET_ETHERTYPE,
|
/titanic_41/usr/src/uts/common/inet/ip/ |
H A D | ip_arp.c | 450 arl->arl_sap = ETHERTYPE_ARP; in arp_ll_set_defaults() 1227 ASSERT(arl->arl_sap == ETHERTYPE_ARP); in arl_ill_init() 1412 ((dl_bind_req_t *)bind_mp->b_rptr)->dl_sap = ETHERTYPE_ARP; in arp_ll_up() 1562 mp = ill_dlur_gen(dst_lladdr, hlen, ETHERTYPE_ARP, ill->ill_sap_length); in arp_output()
|
/titanic_41/usr/src/uts/common/io/mac/ |
H A D | mac_protect.c | 1732 case ETHERTYPE_ARP: { in ipnospoof_check() 2034 sap != ETHERTYPE_ARP) { in mac_protect_check_one()
|
/titanic_41/usr/src/uts/common/io/chxge/ |
H A D | pe.c | 307 if (ethertype == ETHERTYPE_ARP) { in pe_start()
|
/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcip.c | 2903 } else if (type == ETHERTYPE_ARP) { in fcip_data_cb()
|