Searched refs:ethertype (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/sys/netgraph/
H A Dng_etf.h78 u_int16_t ethertype; /* this ethertype to this hook */ member in struct:ng_etffilter
86 { "ethertype", &ng_parse_uint16_type }, \
H A Dng_etf.c135 u_int16_t ethertype; /* network order ethertype */ member in struct:filter
156 ng_etf_findentry(etf_p etfp, u_int16_t ethertype) argument
158 struct filterhead *chain = etfp->hashtable + HASH(ethertype);
163 if (fil->ethertype == ethertype) {
306 /* Check we don't already trap this ethertype */
308 htons(f->ethertype))) {
325 fil->ethertype = htons(f->ethertype);
370 u_int16_t ethertype; local
[all...]
/freebsd-10.0-release/contrib/wpa/src/drivers/
H A Ddriver_wired.c37 u16 ethertype; member in struct:ieee8023_hdr
123 * 2 byte ethertype */
132 switch (ntohs(hdr->ethertype)) {
146 wpa_printf(MSG_DEBUG, "Unknown ethertype 0x%04x in data frame",
147 ntohs(hdr->ethertype));
331 hdr->ethertype = htons(ETH_P_PAE);
/freebsd-10.0-release/sys/ofed/include/rdma/
H A Dib_user_verbs.h694 __be16 ethertype; member in struct:ibv_kern_flow_spec::__anon10784::__anon10785
H A Dib_verbs.h1081 __be16 ethertype; member in struct:ib_flow_spec::__anon10805::__anon10806
/freebsd-10.0-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dmain.c1000 spec_l2->eth.ether_type = flow_spec->l2_id.eth.ethertype;
1024 if (flow_spec->l2_id.eth.ethertype == cpu_to_be16(ETH_P_IP) ||

Completed in 199 milliseconds