Home
last modified time | relevance | path

Searched refs:ETHERTYPE_ARP (Results 1 – 11 of 11) sorted by relevance

/titanic_41/usr/src/lib/libbc/inc/include/netinet/
H A Dif_ether.h42 #define ETHERTYPE_ARP 0x0806 /* Addr. resolution protocol */ macro
/titanic_41/usr/src/stand/lib/inet/
H A Dibd.c188 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 Dethernet.c149 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 Dethernet.h87 #define ETHERTYPE_ARP (0x0806) /* Addr. resolution protocol */ macro
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ether.c341 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 Dsnoop_pf.c105 { "arp", ETHERTYPE_ARP },
121 { "arp", ETHERTYPE_ARP },
H A Dsnoop_filter.c1329 "arp", 0, 2, ETHERTYPE_ARP, -1, OP_OFFSET_ETHERTYPE,
/titanic_41/usr/src/uts/common/inet/ip/
H A Dip_arp.c450 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 Dmac_protect.c1732 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 Dpe.c307 if (ethertype == ETHERTYPE_ARP) { in pe_start()
/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c2903 } else if (type == ETHERTYPE_ARP) { in fcip_data_cb()