Home
last modified time | relevance | path

Searched refs:h_proto (Results 1 – 15 of 15) sorted by relevance

/external/ppp/pppd/plugins/rp-pppoe/
Dcommon.c112 packet.ethHdr.h_proto = htons(Eth_PPPOE_Discovery); in sendPADT()
176 switch (ntohs(packet->ethHdr.h_proto)) { in pppoe_printpkt()
209 ntohs(packet->ethHdr.h_proto)); in pppoe_printpkt()
214 if (ntohs(packet->ethHdr.h_proto) != ETH_PPPOE_DISCOVERY) in pppoe_printpkt()
Dif.c77 UINT16_t type = (UINT16_t) ntohs(packet->ethHdr.h_proto); in etherType()
Dpppoe-discovery.c82 UINT16_t type = (UINT16_t) ntohs(packet->ethHdr.h_proto); in etherType()
461 packet.ethHdr.h_proto = htons(Eth_PPPOE_Discovery); in sendPADI()
Ddiscovery.c283 packet.ethHdr.h_proto = htons(Eth_PPPOE_Discovery); in sendPADI()
468 packet.ethHdr.h_proto = htons(Eth_PPPOE_Discovery); in sendPADR()
/external/libnl/include/linux/
Dif_ether.h103 unsigned short h_proto; /* packet type ID field */ member
/external/wpa_supplicant_8/src/l2_packet/
Dl2_packet.h35 be16 h_proto; member
Dl2_packet_freebsd.c65 eth->h_proto = htons(proto); in l2_packet_send()
Dl2_packet_winpcap.c91 eth->h_proto = htons(proto); in l2_packet_send()
Dl2_packet_pcap.c101 eth->h_proto = htons(proto); in l2_packet_send()
Dl2_packet_ndis.c123 eth->h_proto = htons(proto); in l2_packet_send()
/external/kernel-headers/original/uapi/linux/
Dif_ether.h141 __be16 h_proto; /* packet type ID field */ member
/external/iproute2/include/linux/
Dif_ether.h141 __be16 h_proto; /* packet type ID field */ member
/external/wpa_supplicant_8/src/ap/
Dpreauth_auth.c256 ethhdr->h_proto = host_to_be16(ETH_P_PREAUTH); in rsn_preauth_send()
Dwpa_auth_glue.c497 buf->h_proto = host_to_be16(proto); in hostapd_wpa_auth_send_ether()
/external/wpa_supplicant_8/src/drivers/
Ddriver_atheros.c1582 eth->h_proto = host_to_be16(ETH_P_EAPOL); in atheros_send_eapol()