Searched refs:packet (Results 151 - 158 of 158) sorted by relevance

1234567

/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_hostap.c21 #include <netpacket/packet.h>
41 int sock; /* raw packet socket for driver access */
252 wpa_printf(MSG_DEBUG, "Opening raw packet socket for ifindex %d",
317 wpa_printf(MSG_ERROR, "hostap_send_eapol - packet len: %lu - "
H A Ddriver_macsec_linux.c13 #include <netpacket/packet.h>
1427 wpa_printf(MSG_MSGDUMP, "Received EAPOL packet");
1495 wpa_printf(MSG_DEBUG, "Opening raw packet socket for ifindex %d",
1605 "%s: packet len: %lu - failed: send: %s",
H A Ddriver_atheros.c45 #include <netpacket/packet.h>
72 struct l2_packet_data *sock_xmit; /* raw packet xmit socket */
73 struct l2_packet_data *sock_recv; /* raw packet recv socket */
1306 * packet sniffing) didn't work when bridging.
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.cpp305 StreamString packet; local
357 // Set all registers in one packet
414 "error: failed to get packet sequence mutex, not sending "
419 "error: failed to get packet sequence mutex, not sending "
520 "error: failed to get packet sequence mutex, not sending "
525 "error: failed to get packet sequence mutex, not sending "
554 // The data_sp contains the G response packet.
569 // The g packet contents may either include the slice registers
571 // of rax) or not. The slice registers should NOT be in the g packet,
574 // If the slice registers are included in the packet, w
[all...]
/freebsd-11-stable/tools/tools/netmap/
H A Dpkt-gen.c31 * Example program to show how to build a multithreaded packet
243 /* compact timestamp to fit into 60 byte packet. (enough to obtain RTT) */
264 int frags; /* fragments per packet */
754 /* Check the payload of the packet for errors (use it for debug).
755 * Look for consecutive ascii representations of the size of the packet.
764 /* get the length in ASCII of the length of the packet. */
785 * Fill a packet with some payload.
786 * We create a UDP packet so the payload starts at
989 * initialize one packet and prepare for the next one.
1011 const unsigned char *packet; local
[all...]
/freebsd-11-stable/contrib/libpcap/
H A Dconfigure1412 --enable-packet-ring enable packet ring support on Linux [default=yes]
1414 --enable-remote enable remote packet capture [default=no]
1415 --disable-remote disable remote packet capture
1437 --with-pcap=TYPE use packet capture TYPE
4892 for ac_header in netpacket/packet.h
4894 ac_fn_c_check_header_mongrel "$LINENO" "netpacket/packet.h" "ac_cv_header_netpacket_packet_h" "$ac_includes_default"
6133 # Check for a bunch of headers for various packet
6155 # as it's a Linux, it should use packet sockets,
6323 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cannot determine packet captur
[all...]
/freebsd-11-stable/crypto/openssl/ssl/
H A Dssl.h1488 /* used internally to point at a raw packet */
1489 unsigned char *packet; member in struct:ssl_st
/freebsd-11-stable/sys/dev/bnxt/
H A Dhsi_struct_def.h75 * specification describes the data structures used in Ethernet packet or RDMA
87 * an aggregation buffer that will be used for packet data that is received. An
89 * packet where a variable number of BDs may be used to place the packet in the
107 * packet transmission.
132 * packet transmission.
143 * All bits in this field must be valid on the first BD of a packet.
145 * packet.
152 * packet transmission.
156 * If set to 1, the packet end
20210 uint64_t packet; member in struct:hwrm_cfa_flow_free_output
[all...]

Completed in 209 milliseconds

1234567