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

123456789

/freebsd-13-stable/usr.sbin/bluetooth/btpand/
H A Dbtpand.h63 typedef struct packet packet_t;
129 /* packet data buffer */
130 struct packet { struct
149 /* packet header */
202 /* packet.c */
/freebsd-13-stable/tools/tools/net80211/w00t/assoc/
H A Dassoc.c63 char packet[4096]; member in struct:params
652 int len = sizeof(p->packet);
657 ptr = p->packet;
665 /* read packet */
666 memset(p->packet, 0, sizeof(p->packet));
672 wh = (struct ieee80211_frame*) p->packet;
914 send_frame(&p, p.packet, p.packet_len);
918 wh = (struct ieee80211_frame*) p.packet;
/freebsd-13-stable/contrib/wpa/src/l2_packet/
H A Dl2_packet_freebsd.c2 * WPA Supplicant - Layer2 packet handling with FreeBSD
80 const u_char *packet; local
85 packet = pcap_next(pcap, &hdr);
87 if (packet == NULL || hdr.caplen < sizeof(*ethhdr))
90 ethhdr = (struct l2_ethhdr *) packet;
/freebsd-13-stable/secure/lib/libssl/
H A DMakefile13 SRCS= bio_ssl.c d1_lib.c d1_msg.c d1_srtp.c methods.c packet.c pqueue.c
/freebsd-13-stable/contrib/ldns/ldns/
H A Dhost2wire.h24 #include <ldns/packet.h>
83 * \param[in] section the section in the packet this rr is supposed to be in
95 * \param[in] section the section in the packet this rr is supposed to be in
111 * \param[in] section the section in the packet this rr is supposed to be in
142 * Copies the packet data to the buffer in wire format
144 * \param[in] *pkt packet to convert
187 * given packet in that array. The result_size value contains the
H A Dstr2host.h18 #include <ldns/packet.h>
/freebsd-13-stable/sys/dev/isci/scil/
H A Dscic_sds_stp_request.h145 } packet; member in union:SCIC_SDS_STP_REQUEST::__anon12383
/freebsd-13-stable/crypto/openssh/regress/unittests/kex/
H A DMakefile11 SRCS+=addrmatch.c bitmap.c packet.c dispatch.c canohost.c ssh_api.c
/freebsd-13-stable/crypto/openssl/ssl/record/
H A Drecord.h86 unsigned char *packet; member in struct:dtls1_record_data_st
149 /* used internally to point at a raw packet */
150 unsigned char *packet; member in struct:record_layer_st
185 #define RECORD_LAYER_get_packet(rl) ((rl)->packet)
/freebsd-13-stable/tests/sys/netinet6/frag6/
H A Dfrag6_05.sh137 <packet-too-big>0</packet-too-big>
198 <received-packet-too-big>0</received-packet-too-big>
208 <sent-packet-too-big>0</sent-packet-too-big>
330 <packet-too-big>0</packet-too-big>
391 <received-packet-too-big>0</received-packet
[all...]
/freebsd-13-stable/tools/tools/net80211/w00t/expand/
H A Dexpand.c77 char packet[2048]; member in struct:params
103 printf("Got non WEP packet...\n");
167 rc = inject(p->tx, p->packet, p->packet_len);
195 memset(p->packet, 0, sizeof(p->packet));
196 wh = (struct ieee80211_frame*) p->packet;
/freebsd-13-stable/sys/dev/smc/
H A Dif_smc.c532 * Grab the next packet. If it's too big, drop it.
538 if_printf(ifp, "large packet discarded\n");
552 * control data for the packet in this calculation.
596 u_int packet, len; local
618 packet = smc_read_1(sc, ARR);
621 * If the allocation failed, requeue the packet and retry.
623 if (packet & ARR_FAILED) {
633 * Tell the device to write to our packet number.
635 smc_write_1(sc, PNR, packet);
639 * Tell the device how long the packet i
698 u_int packet, status, len; local
860 u_int status, packet, counter, tcr; local
[all...]
/freebsd-13-stable/sys/dev/axgbe/
H A Dxgbe-dev.c742 /* Don't consider an S-TAG (0x88A8) packet as a VLAN packet */
1359 struct xgbe_packet_data *packet = &ring->packet_data; local
1375 XGMAC_SET_BITS(packet->attributes, RX_PACKET_ATTRIBUTES,
1377 XGMAC_SET_BITS(packet->attributes, RX_PACKET_ATTRIBUTES,
1383 XGMAC_SET_BITS(packet->attributes, RX_PACKET_ATTRIBUTES, CONTEXT, 0);
1387 XGMAC_SET_BITS(packet->attributes, RX_PACKET_ATTRIBUTES,
1392 XGMAC_SET_BITS(packet->attributes, RX_PACKET_ATTRIBUTES,
1399 XGMAC_SET_BITS(packet->attributes, RX_PACKET_ATTRIBUTES,
1404 XGMAC_SET_BITS(packet
[all...]
/freebsd-13-stable/tools/bus_space/examples/
H A Dam79c900_diag.py38 This example program sends a single DHCP discovery packet,
40 a targeted packet.
79 # The DHCP packet definition (incl. all headers)
80 class packet(ctypes.BigEndianStructure): class in inherits:ctypes.BigEndianStructure
280 pkt = packet.from_address(addr_txbufs)
317 logging.info('DHCP discovery packet sent')
332 pkt = packet.from_address(addr_rxbufs + i * bufsize)
334 logging.debug('RX #%d: broadcast packet: length %u' % (i, bd.length))
337 logging.debug('RX #%d: packet for %s?' % (i, mac_str(pkt.eth_dest)))
339 logging.debug('RX %d: packet fro
[all...]
/freebsd-13-stable/contrib/libpcap/
H A Dfad-getad.c67 # include <netpacket/packet.h>
/freebsd-13-stable/sys/dev/wtap/wtap_hal/
H A Dhal.c41 struct packet *p;
/freebsd-13-stable/sys/netgraph/
H A Dng_pppoe.h126 * packet is expected to arrive from the session control daemon, on the
248 union packet { union
/freebsd-13-stable/sys/compat/ndis/
H A Dsubr_ndis.c1674 * NdisMStartBufferPhysicalMapping() to map each buffer in the packet
1810 NdisAllocatePacket(status, packet, pool)
1812 ndis_packet **packet;
1827 printf("NDIS: tried to allocate packet from dead pool %p\n",
1854 * We must initialize the packet flags correctly in order
1862 *packet = pkt;
1868 NdisFreePacket(packet)
1869 ndis_packet *packet;
1876 p = (ndis_packet_pool *)packet->np_private.npp_pool;
1882 InterlockedPushEntrySList(&p->np_head, (slist_entry *)packet);
[all...]
/freebsd-13-stable/contrib/ldns/
H A DMakefile.in78 LDNS_LOBJS = buffer.lo dane.lo dname.lo dnssec.lo dnssec_sign.lo dnssec_verify.lo dnssec_zone.lo duration.lo error.lo higher.lo host2str.lo host2wire.lo keys.lo net.lo packet.lo parse.lo radix.lo rbtree.lo rdata.lo resolver.lo rr.lo rr_functions.lo sha1.lo sha2.lo str2host.lo tsig.lo update.lo util.lo wire2host.lo zone.lo
83 LDNS_HEADERS = buffer.h dane.h dname.h dnssec.h dnssec_sign.h dnssec_verify.h dnssec_zone.h duration.h error.h higher.h host2str.h host2wire.h keys.h ldns.h packet.h parse.h radix.h rbtree.h rdata.h resolver.h rr_functions.h rr.h sha1.h sha2.h str2host.h tsig.h update.h wire2host.h zone.h
541 $(srcdir)/ldns/dname.h $(srcdir)/ldns/dnssec.h $(srcdir)/ldns/packet.h $(srcdir)/ldns/keys.h $(srcdir)/ldns/zone.h \
549 $(srcdir)/ldns/dname.h $(srcdir)/ldns/dnssec.h $(srcdir)/ldns/packet.h $(srcdir)/ldns/keys.h $(srcdir)/ldns/zone.h \
557 $(srcdir)/ldns/dname.h $(srcdir)/ldns/dnssec.h $(srcdir)/ldns/packet.h $(srcdir)/ldns/keys.h $(srcdir)/ldns/zone.h \
565 $(srcdir)/ldns/dname.h $(srcdir)/ldns/dnssec.h $(srcdir)/ldns/packet.h $(srcdir)/ldns/keys.h $(srcdir)/ldns/zone.h \
573 $(srcdir)/ldns/rr.h $(srcdir)/ldns/dname.h $(srcdir)/ldns/dnssec.h $(srcdir)/ldns/packet.h $(srcdir)/ldns/keys.h \
581 $(srcdir)/ldns/rr.h $(srcdir)/ldns/dname.h $(srcdir)/ldns/dnssec.h $(srcdir)/ldns/packet.h $(srcdir)/ldns/keys.h \
589 $(srcdir)/ldns/rr.h $(srcdir)/ldns/dname.h $(srcdir)/ldns/dnssec.h $(srcdir)/ldns/packet.h $(srcdir)/ldns/keys.h \
598 $(srcdir)/ldns/dname.h $(srcdir)/ldns/dnssec.h $(srcdir)/ldns/packet
[all...]
/freebsd-13-stable/contrib/unbound/services/
H A Doutside_network.h335 /** The query itself, the query packet to send. */
337 /** length of query packet. */
392 * The query itself, the query packet to send.
396 /** length of query packet. */
409 /** the packet was involved in an error, to stop looping errors */
497 /** edns options to use for sending upstream packet */
564 * @param packet: wireformat query to send to destination.
571 struct sldns_buffer* packet, int timeout, comm_point_callback_type* callback,
578 * @param packet: wireformat query to send to destination. copied from.
587 struct sldns_buffer* packet, in
[all...]
/freebsd-13-stable/stand/i386/libi386/
H A Dbiosdisk.c1136 static struct edd_packet packet; local
1138 packet.len = sizeof(struct edd_packet);
1139 packet.count = blks;
1140 packet.off = VTOPOFF(dest);
1141 packet.seg = VTOPSEG(dest);
1142 packet.lba = dblk;
1150 v86.ds = VTOPSEG(&packet);
1151 v86.esi = VTOPOFF(&packet);
/freebsd-13-stable/sys/powerpc/powermac/
H A Dcuda.c390 * If we already are sending a packet, we should bail now that this
488 * handled when we abort packet output to handle
489 * this packet in cuda_intr(). Thus, we ignore
548 * This is an unexpected packet, so grab the first (dummy)
550 * starting to receive the packet by setting the TIP bit.
603 /* Queue up the packet */
606 /* If we have a free packet, process it */
703 /* If we have another packet waiting, set it up */
716 uint8_t packet[16]; local
719 /* construct an ADB command packet an
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h61 kLoUserBroadcastBit << 1 // Sent when we received a notify packet.
68 ErrorSendFailed, // Status sending the packet
69 ErrorSendAck, // Didn't get an ack back after sending a packet
72 ErrorReplyInvalid, // Got a reply but it wasn't valid for the packet that
76 ErrorNoSequenceLock // We couldn't get the sequence lock for a multi-packet
92 // Don't ever reduce the timeout for a packet, only increase it. If the
111 StringExtractorGDBRemote &packet);
115 // Set the global packet timeout.
172 // Pop a packet from the queue in a thread safe manner
184 // If compression is enabled, decompress the packet i
[all...]
/freebsd-13-stable/contrib/unbound/util/
H A Dalloc.h44 * so that they are reused for other packet rrset allocations.
189 # include <sldns/packet.h>
/freebsd-13-stable/sbin/routed/rtquery/
H A Drtquery.c101 char packet[MAXPACKETSIZE+MAXPATHLEN]; member in union:__anon7897
108 char packet[MAXPACKETSIZE+1024]; member in union:__anon7898
437 cc = recvfrom(soc, imsg_buf.packet,
438 sizeof(imsg_buf.packet), 0,
598 * Handle an incoming RIP packet.

Completed in 291 milliseconds

123456789