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

  /external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/
l2_packet_none.c 30 int l2_hdr; /* whether to include layer 2 (Ethernet) header data member in struct:l2_packet_data
51 * whether l2->l2_hdr is set).
77 void *rx_callback_ctx, int l2_hdr)
87 l2->l2_hdr = l2_hdr;
l2_packet.h 56 * @l2_hdr: 1 = include layer 2 header, 0 = do not include header
60 * address (MAC address) of the the packet. If l2_hdr is set to 0, buf
63 * l2_hdr=1 to include the layer 2 header in the data buffer.
69 void *rx_callback_ctx, int l2_hdr);
88 * @dst_addr: Destination address for the packet (only used if l2_hdr == 0)
90 * l2_hdr == 0)
91 * @buf: Packet contents to be sent; including layer 2 header if l2_hdr was
94 * @len: Length of the buffer (including l2 header only if l2_hdr == 1)
l2_packet_freebsd.c 45 int l2_hdr; /* whether to include layer 2 (Ethernet) header data member in struct:l2_packet_data
60 if (!l2->l2_hdr) {
93 if (l2->l2_hdr) {
206 void *rx_callback_ctx, int l2_hdr)
216 l2->l2_hdr = l2_hdr;
l2_packet_linux.c 33 int l2_hdr; /* whether to include layer 2 (Ethernet) header data member in struct:l2_packet_data
51 if (l2->l2_hdr) {
97 void *rx_callback_ctx, int l2_hdr)
109 l2->l2_hdr = l2_hdr;
111 l2->fd = socket(PF_PACKET, l2_hdr ? SOCK_RAW : SOCK_DGRAM,
l2_packet_pcap.c 44 int l2_hdr; /* whether to include layer 2 (Ethernet) header in calls member in struct:l2_packet_data
92 if (l2->l2_hdr) {
139 if (l2->l2_hdr) {
164 if (l2->l2_hdr) {
288 void *rx_callback_ctx, int l2_hdr)
298 l2->l2_hdr = l2_hdr;
l2_packet_winpcap.c 61 int l2_hdr; /* whether to include layer 2 (Ethernet) header in calls to member in struct:l2_packet_data
87 if (l2->l2_hdr) {
118 if (l2->l2_hdr) {
208 void *rx_callback_ctx, int l2_hdr)
223 l2->l2_hdr = l2_hdr;
l2_packet_ndis.c 79 int l2_hdr; /* whether to include layer 2 (Ethernet) header in calls to member in struct:l2_packet_data
118 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_privsep.c 136 void *rx_callback_ctx, int l2_hdr)
187 reg_cmd[1] = l2_hdr;
  /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.h 50 * @l2_hdr: 1 = include layer 2 header, 0 = do not include header
54 * address (MAC address) of the the packet. If l2_hdr is set to 0, buf
57 * l2_hdr=1 to include the layer 2 header in the data buffer.
63 void *rx_callback_ctx, int l2_hdr);
82 * @dst_addr: Destination address for the packet (only used if l2_hdr == 0)
84 * l2_hdr == 0)
85 * @buf: Packet contents to be sent; including layer 2 header if l2_hdr was
88 * @len: Length of the buffer (including l2 header only if l2_hdr == 1)
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_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_freebsd.c 49 int l2_hdr; /* whether to include layer 2 (Ethernet) header data member in struct:l2_packet_data
64 if (!l2->l2_hdr) {
97 if (l2->l2_hdr) {
237 void *rx_callback_ctx, int l2_hdr)
247 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;
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_privsep.c 130 void *rx_callback_ctx, int l2_hdr)
181 reg_cmd[1] = l2_hdr;

Completed in 706 milliseconds