Searched refs:packet (Results 201 - 214 of 214) sorted by relevance

123456789

/freebsd-13-stable/crypto/openssl/ssl/record/
H A Dssl3_record.c340 /* Go back to start of packet, look at the five bytes
448 * + thisrr->length and we have that many bytes in s->packet
459 * ok, we can now read from 's->packet' data into 'thisrr' thisrr->input
480 /* we have pulled in a full packet so zero things */
784 /* If received packet overflows current Max Fragment Length setting */
802 /* just read a 0 length packet */
1657 * and we have that many bytes in s->packet
1662 * ok, we can now read from 's->packet' data into 'rr' rr->input points
1844 /* we have pulled in a full packet so zero things */
1864 * When it finishes, one packet ha
[all...]
/freebsd-13-stable/contrib/ldns/
H A Dlibdns.vim88 " ldns/packet.h
/freebsd-13-stable/contrib/wpa/src/drivers/
H A Ddriver_macsec_qca.c17 #include <netpacket/packet.h>
155 wpa_printf(MSG_MSGDUMP, "Received EAPOL packet");
221 wpa_printf(MSG_DEBUG, "Opening raw packet socket for ifindex %d",
377 "macsec_qca_send_eapol - packet len: %lu - failed: send: %s",
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-13-stable/crypto/openssl/ssl/statem/
H A Dstatem_local.h169 __owur int tls_collect_extensions(SSL *s, PACKET *packet, unsigned int context,
/freebsd-13-stable/sys/netgraph/
H A Dng_pppoe.c236 struct mbuf *m; /* holds cluster with last sent packet */
237 union packet *pkt; /* points within the above cluster */
337 * If the tag data would go past the end of the packet, abort.
381 "packet\n");
387 * Make up a packet, using the tags filled out for the session.
471 * Broadcast the PADI packet in m0 to all listening hooks.
518 * Routines to find a particular session that matches an incoming packet. *
888 neg->pkt = mtod(neg->m, union packet*);
1008 * Wait for PADI packet coming from Ethernet.
1029 * Wait for PADI packet comin
[all...]
/freebsd-13-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-13-stable/crypto/heimdal/lib/roken/
H A Dgetifaddrs.c124 #include <netpacket/packet.h>
/freebsd-13-stable/tools/tools/netmap/
H A Dpkt-gen.c31 * Example program to show how to build a multithreaded packet
247 /* compact timestamp to fit into 60 byte packet. (enough to obtain RTT) */
268 int frags; /* fragments per packet */
763 /* Check the payload of the packet for errors (use it for debug).
764 * Look for consecutive ascii representations of the size of the packet.
773 /* get the length in ASCII of the length of the packet. */
794 * Fill a packet with some payload.
795 * We create a UDP packet so the payload starts at
1005 * initialize one packet and prepare for the next one.
1027 const unsigned char *packet; local
[all...]
/freebsd-13-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-13-stable/sys/contrib/openzfs/module/icp/asm-x86_64/modes/
H A Daesni-gcm-x86_64.S33 # measurements for favourable packet size, one divisible by 96.
/freebsd-13-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 174 milliseconds

123456789