Searched refs:ether_type (Results 1 - 25 of 32) sorted by path

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/dnsmasq-2.15/src/
H A Ddhcp.c346 header.ether_type = htons(ETHERTYPE_IP);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/modules/
H A Dppp.c2124 ((struct ether_header *)eh->b_rptr)->ether_type = htons((short)type);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/plugins/rp-pppoe/
H A Dpppoe.h84 #define h_proto ether_type
100 #define h_proto ether_type
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/solaris/
H A Dppp.c2141 ((struct ether_header *)eh->b_rptr)->ether_type = htons((short)type);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/pppoecd/
H A Dpppoe.c254 (unsigned)ntohs(p->ethhdr.ether_type));
260 switch((unsigned)ntohs(p->ethhdr.ether_type))
302 if (ntohs(p->ethhdr.ether_type) != ETH_P_PPPOE_DISC)
819 packet->ethhdr.ether_type = htons(ETH_P_PPPOE_DISC);
892 packet->ethhdr.ether_type = htons(ETH_P_PPPOE_DISC);
965 packet->ethhdr.ether_type = htons(ETH_P_PPPOE_DISC);
1219 packet->ethhdr.ether_type = htons(ETH_P_PPPOE_SESS);
1580 if (packet->ethhdr.ether_type != htons(ETH_P_PPPOE_SESS))
1583 ntohs(packet->ethhdr.ether_type));
H A Dpppoe2.c265 (unsigned)ntohs(p->ethhdr.ether_type));
271 switch((unsigned)ntohs(p->ethhdr.ether_type))
313 if (ntohs(p->ethhdr.ether_type) != ETH_P_PPPOE_DISC)
667 packet->ethhdr.ether_type = htons(ETH_P_PPPOE_DISC);
740 packet->ethhdr.ether_type = htons(ETH_P_PPPOE_DISC);
813 packet->ethhdr.ether_type = htons(ETH_P_PPPOE_DISC);
873 packet->ethhdr.ether_type = htons(ETH_P_PPPOE_SESS);
1118 packet->ethhdr.ether_type = htons(ETH_P_PPPOE_SESS);
1534 if (packet->ethhdr.ether_type != htons(ETH_P_PPPOE_SESS))
1537 ntohs(packet->ethhdr.ether_type));
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-autoipd/
H A Dmain.c756 eh->ether_type = htons(0x0806);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/sys/netatalk/
H A Daarp.c202 eh->ether_type = htons( sizeof( struct llc ) +
205 eh->ether_type = sizeof( struct llc ) + sizeof( struct ether_aarp );
235 eh->ether_type = htons( ETHERTYPE_AARP );
237 eh->ether_type = ETHERTYPE_AARP;
570 eh->ether_type = htons( sizeof( struct llc ) +
573 eh->ether_type = sizeof( struct llc ) + sizeof( struct ether_aarp );
602 eh->ether_type = htons( ETHERTYPE_AARP );
604 eh->ether_type = ETHERTYPE_AARP;
745 eh->ether_type = htons( sizeof( struct llc ) +
748 eh->ether_type
[all...]
H A Dddp_output.c260 eh.ether_type = htons( ETHERTYPE_AT );
H A Dphase2.h52 u_short ether_type; member in struct:llc::__anon2822::__anon2826
61 #define llc_ether_type llc_un.type_snap.ether_type
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/sys/sunos/
H A Dat_sun.c218 * Before SunOS 4.1, the ether_type was passed as is from the
219 * packet. After SunOS 4.1, the ether_type is swapped in
223 header->ether_type = ntohs( header->ether_type );
226 if ( header->ether_type <= ETHERMTU ) { /* IEEE802 */
290 switch ( header->ether_type ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/sys/ultrix/
H A Dat_ultrix.c61 switch ( eh->ether_type ) {
73 if ( eh->ether_type <= ETHERMTU ) { /* ieee802 */
109 if (( eh->ether_type == ifam->if_type || ifam->if_type == -1 ) &&
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/sys/netatalk/
H A Daarp.c202 eh->ether_type = htons( sizeof( struct llc ) +
205 eh->ether_type = sizeof( struct llc ) + sizeof( struct ether_aarp );
235 eh->ether_type = htons( ETHERTYPE_AARP );
237 eh->ether_type = ETHERTYPE_AARP;
570 eh->ether_type = htons( sizeof( struct llc ) +
573 eh->ether_type = sizeof( struct llc ) + sizeof( struct ether_aarp );
602 eh->ether_type = htons( ETHERTYPE_AARP );
604 eh->ether_type = ETHERTYPE_AARP;
745 eh->ether_type = htons( sizeof( struct llc ) +
748 eh->ether_type
[all...]
H A Dddp_output.c260 eh.ether_type = htons( ETHERTYPE_AT );
H A Dphase2.h52 u_short ether_type; member in struct:llc::__anon2883::__anon2887
61 #define llc_ether_type llc_un.type_snap.ether_type
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/sys/sunos/
H A Dat_sun.c218 * Before SunOS 4.1, the ether_type was passed as is from the
219 * packet. After SunOS 4.1, the ether_type is swapped in
223 header->ether_type = ntohs( header->ether_type );
226 if ( header->ether_type <= ETHERMTU ) { /* IEEE802 */
290 switch ( header->ether_type ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/sys/ultrix/
H A Dat_ultrix.c61 switch ( eh->ether_type ) {
73 if ( eh->ether_type <= ETHERMTU ) { /* ieee802 */
109 if (( eh->ether_type == ifam->if_type || ifam->if_type == -1 ) &&
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/common/include/proto/
H A Dbcmproto.h82 uint16 type = ntoh16(eh->ether_type);
104 type = ntoh16(svh->ether_type);
116 type = ntoh16(evh->ether_type);
H A Dethernet.h123 uint16 ether_type; member in struct:ether_header
H A Dvlan.h58 uint16 ether_type; member in struct:ethervlan_header
73 uint16 ether_type; /* ethertype */ member in struct:dot3_mac_llc_snapvlan_header
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/proto/
H A Dbcmproto.h82 uint16 type = ntoh16(eh->ether_type);
104 type = ntoh16(svh->ether_type);
116 type = ntoh16(evh->ether_type);
H A Dethernet.h123 uint16 ether_type; member in struct:ether_header
H A Dvlan.h58 uint16 ether_type; member in struct:ethervlan_header
73 uint16 ether_type; /* ethertype */ member in struct:dot3_mac_llc_snapvlan_header
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/mac/
H A Dconfig.c411 .ether_type = MAC_ETHER_SONIC,
421 .ether_type = MAC_ETHER_SONIC,
430 .ether_type = MAC_ETHER_SONIC,
441 .ether_type = MAC_ETHER_SONIC,
450 .ether_type = MAC_ETHER_SONIC,
459 .ether_type = MAC_ETHER_MACE,
468 .ether_type = MAC_ETHER_SONIC,
477 .ether_type = MAC_ETHER_SONIC,
534 .ether_type = MAC_ETHER_SONIC,
544 .ether_type
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Deth1394.c95 u16 ether_type; member in struct:partial_datagram
820 u16 ether_type)
836 if (ether_type == htons(ETH_P_ARP)) {
894 if (dev->hard_header(skb, dev, ntohs(ether_type), &dest_hw, NULL,
1052 u16 ether_type = 0; /* initialized to clear warning */ local
1093 ether_type = hdr->uf.ether_type;
1110 ether_type = hdr->ff.ether_type;
1178 pd->ether_type
818 ether1394_parse_encap(struct sk_buff *skb, struct net_device *dev, nodeid_t srcid, nodeid_t destid, u16 ether_type) argument
[all...]

Completed in 184 milliseconds

12