HomeSort by relevance Sort by last modified time
    Searched defs:l2_hdr (Results 1 - 6 of 6) sorted by null

  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_none.c 24 int l2_hdr; /* whether to include layer 2 (Ethernet) header data member in struct:l2_packet_data
45 * whether l2->l2_hdr is set).
71 void *rx_callback_ctx, int l2_hdr)
81 l2->l2_hdr = l2_hdr;
l2_packet_linux.c 27 int l2_hdr; /* whether to include layer 2 (Ethernet) header data member in struct:l2_packet_data
45 if (l2->l2_hdr) {
95 void *rx_callback_ctx, int l2_hdr)
107 l2->l2_hdr = l2_hdr;
109 l2->fd = socket(PF_PACKET, l2_hdr ? SOCK_RAW : SOCK_DGRAM,
l2_packet_freebsd.c 43 int l2_hdr; /* whether to include layer 2 (Ethernet) header data member in struct:l2_packet_data
58 if (!l2->l2_hdr) {
91 if (l2->l2_hdr) {
231 void *rx_callback_ctx, int l2_hdr)
241 l2->l2_hdr = l2_hdr;
l2_packet_ndis.c 73 int l2_hdr; /* whether to include layer 2 (Ethernet) header in calls to member in struct:l2_packet_data
112 if (l2->l2_hdr) {
288 if (l2->l2_hdr || l2->rx_written < sizeof(*ethhdr)) {
352 void *rx_callback_ctx, int l2_hdr)
377 l2->l2_hdr = l2_hdr;
l2_packet_pcap.c 38 int l2_hdr; /* whether to include layer 2 (Ethernet) header in calls member in struct:l2_packet_data
86 if (l2->l2_hdr) {
133 if (l2->l2_hdr) {
158 if (l2->l2_hdr) {
282 void *rx_callback_ctx, int l2_hdr)
292 l2->l2_hdr = l2_hdr;
l2_packet_winpcap.c 55 int l2_hdr; /* whether to include layer 2 (Ethernet) header in calls to member in struct:l2_packet_data
81 if (l2->l2_hdr) {
112 if (l2->l2_hdr) {
202 void *rx_callback_ctx, int l2_hdr)
217 l2->l2_hdr = l2_hdr;

Completed in 48 milliseconds