Searched refs:ETH_P_PPPOE_DISC (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dif_ether.h82 #define ETH_P_PPPOE_DISC 0xAA63 /* PPPoE discovery messages */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/plugins/pppoe/
H A Dpppoe.h80 #define ETH_P_PPPOE_DISC 0x8863 /* discovery stage */ macro
H A Dutils.c370 case ETH_P_PPPOE_DISC:
H A Dlibpppoe.c536 ses->remote.sll_protocol = htons(ETH_P_PPPOE_DISC); /* Foxconn modified pling 2006/12/13 */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/pppoecd/
H A Dpppoe.c104 #define ETH_P_PPPOE_DISC 0x8863 /* discovery stage */ macro
263 case ETH_P_PPPOE_DISC:
300 if (ntohs(p->ethhdr.h_proto) != ETH_P_PPPOE_DISC)
302 if (ntohs(p->ethhdr.ether_type) != ETH_P_PPPOE_DISC)
815 packet->ethhdr.h_proto = htons(ETH_P_PPPOE_DISC);
819 packet->ethhdr.ether_type = htons(ETH_P_PPPOE_DISC);
888 packet->ethhdr.h_proto = htons(ETH_P_PPPOE_DISC);
892 packet->ethhdr.ether_type = htons(ETH_P_PPPOE_DISC);
961 packet->ethhdr.h_proto = htons(ETH_P_PPPOE_DISC);
965 packet->ethhdr.ether_type = htons(ETH_P_PPPOE_DISC);
[all...]
H A Dpppoe2.c105 #define ETH_P_PPPOE_DISC 0x8863 /* discovery stage */ macro
274 case ETH_P_PPPOE_DISC:
311 if (ntohs(p->ethhdr.h_proto) != ETH_P_PPPOE_DISC)
313 if (ntohs(p->ethhdr.ether_type) != ETH_P_PPPOE_DISC)
663 packet->ethhdr.h_proto = htons(ETH_P_PPPOE_DISC);
667 packet->ethhdr.ether_type = htons(ETH_P_PPPOE_DISC);
736 packet->ethhdr.h_proto = htons(ETH_P_PPPOE_DISC);
740 packet->ethhdr.ether_type = htons(ETH_P_PPPOE_DISC);
809 packet->ethhdr.h_proto = htons(ETH_P_PPPOE_DISC);
813 packet->ethhdr.ether_type = htons(ETH_P_PPPOE_DISC);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppoecd/
H A Dpppoe.h81 #define ETH_P_PPPOE_DISC 0x8863 /* discovery stage */ macro
H A Dpppoe.mod.h81 #define ETH_P_PPPOE_DISC 0x8863 /* discovery stage */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Dpppoe.c461 .type = __constant_htons(ETH_P_PPPOE_DISC),

Completed in 165 milliseconds