Searched refs:h_proto (Results 1 - 25 of 40) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ethernet/
H A Deth.c86 eth->h_proto = htons(type);
88 eth->h_proto = htons(len);
133 switch (eth->h_proto)
142 dev->name, (int)eth->h_proto);
189 if (ntohs(eth->h_proto) >= 1536)
190 return eth->h_proto;
225 eth->h_proto = type;
/asus-wl-520gu-7.0.1.45/src/router/rp-pppoe/
H A Dpppoe-sniff.c210 DiscType = ntohs(pkt.ethHdr.h_proto);
222 SessType = ntohs(pkt.ethHdr.h_proto);
H A Dpppoe.h77 #define h_proto ether_type macro
93 #define h_proto ether_type macro
H A Dpppoe-server.c351 pado.ethHdr.h_proto = htons(Eth_PPPOE_Discovery);
500 pads.ethHdr.h_proto = htons(Eth_PPPOE_Discovery);
874 pads.ethHdr.h_proto = htons(Eth_PPPOE_Discovery);
H A Dpppoe.c319 packet.ethHdr.h_proto = htons(Eth_PPPOE_Discovery);
474 packet.ethHdr.h_proto = htons(Eth_PPPOE_Discovery);
825 packet.ethHdr.h_proto = htons(Eth_PPPOE_Session);
921 packet.ethHdr.h_proto = htons(Eth_PPPOE_Discovery);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/netfilter/
H A Dip6t_eui64.c32 if (skb->mac.ethernet->h_proto == ntohs(ETH_P_IPV6)) {
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dif_ether.h97 unsigned short h_proto; /* packet type ID field */ member in struct:ethhdr
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dif_ether.h97 unsigned short h_proto; /* packet type ID field */ member in struct:ethhdr
/asus-wl-520gu-7.0.1.45/src/router/pppd/include/linux/
H A Dif_ether.h96 unsigned short h_proto; /* packet type ID field */ member in struct:ethhdr
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/include/linux/
H A Dif_ether.h96 unsigned short h_proto; /* packet type ID field */ member in struct:ethhdr
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/lockd/
H A Dhost.c101 if (proto && host->h_proto != proto)
139 host->h_proto = proto;
196 xprt = xprt_create_proto(host->h_proto, &host->h_addr, NULL);
/asus-wl-520gu-7.0.1.45/src/router/udhcpd/
H A Darpping.c63 arp.ethhdr.h_proto = htons(ETH_P_ARP); /* protocol type (Ethernet) */
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/bluetooth/bnep/
H A Dnetdev.c162 if (ntohs(eh->h_proto) >= 1536)
163 return eh->h_proto;
H A Dcore.c314 s->eh.h_proto = get_unaligned((__u16 *) (skb->data - 2));
322 if (ntohs(s->eh.h_proto) == 0x8100) {
325 s->eh.h_proto = get_unaligned((__u16 *) (skb->data - 2));
347 put_unaligned(s->eh.h_proto, (__u16 *) __skb_put(nskb, 2));
357 put_unaligned(s->eh.h_proto, (__u16 *) __skb_put(nskb, 2));
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/rp-pppoe/
H A Dpppoe.h84 #define h_proto ether_type macro
100 #define h_proto ether_type macro
H A Ddiscovery.c264 packet.ethHdr.h_proto = htons(Eth_PPPOE_Discovery);
434 packet.ethHdr.h_proto = htons(Eth_PPPOE_Discovery);
H A Dcommon.c412 packet.ethHdr.h_proto = htons(Eth_PPPOE_Discovery);
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/plugins/rp-pppoe/
H A Dpppoe.h84 #define h_proto ether_type macro
100 #define h_proto ether_type macro
H A Ddiscovery.c262 packet.ethHdr.h_proto = htons(Eth_PPPOE_Discovery);
432 packet.ethHdr.h_proto = htons(Eth_PPPOE_Discovery);
/asus-wl-520gu-7.0.1.45/src/router/pppoe-relay/
H A Dpppoe.h82 #define h_proto ether_type macro
98 #define h_proto ether_type macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dmyri_sbus.c328 "h_source(%02x:%02x:%02x:%02x:%02x:%02x)h_proto(%04x)]\n",
333 ehdr->h_proto);
342 "h_source(%02x:%02x:%02x:%02x:%02x:%02x)h_proto(%04x)]\n",
347 ehdr->h_proto);
402 if (ntohs(eth->h_proto) >= 1536)
403 return eth->h_proto;
699 eth->h_proto = htons(type);
701 eth->h_proto = htons(len);
743 switch (eth->h_proto)
753 dev->name, (int)eth->h_proto);
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/lockd/
H A Dlockd.h46 unsigned short h_proto; /* transport proto */ member in struct:nlm_host
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/lockd/
H A Dlockd.h46 unsigned short h_proto; /* transport proto */ member in struct:nlm_host
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ieee1394/
H A Deth1394.c432 if (ntohs (eth->h_proto) >= 1536)
433 return eth->h_proto;
634 proto = eth->h_proto;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/core/
H A Ddv.c472 if (eth->h_proto != htons(ETH_P_IP))

Completed in 127 milliseconds

12