Searched refs:packet (Results 101 - 115 of 115) sorted by relevance

12345

/freebsd-9.3-release/usr.sbin/traceroute6/
H A Dtraceroute6.c81 * Attempt to trace the route an ip packet would follow to some
104 * traceroute to nis.nsf.net (35.1.1.48), 30 hops max, 56 byte packet
285 #define MAXPACKET 65535 /* max ip packet size */
293 * format of a (udp) probe packet.
301 u_char seq; /* sequence number of this packet */
302 u_char hops; /* hop limit of the packet */
304 struct tv32 tv; /* time packet left */
307 u_char packet[512]; /* last inbound (icmp) packet */ variable
308 struct opacket *outpacket; /* last output (udp) packet */
[all...]
/freebsd-9.3-release/sys/dev/if_ndis/
H A Dif_ndis.c676 device_printf(dev, "failed to allocate TX packet pool");
1212 /* Save the packet RX context somewhere. */
1313 /* Advance to next packet */
1324 ndis_rxeof_xfr_done(adapter, packet, status, len)
1326 ndis_packet *packet;
1339 m = packet->np_m0;
1340 IoFreeMdl(packet->np_private.npp_head);
1341 NdisFreePacket(packet);
1366 * NDIS_STATUS_PENDING to tell the driver that we now own the packet,
1368 * return packet handle
[all...]
/freebsd-9.3-release/contrib/wpa/src/ap/
H A Diapp.c46 #include <netpacket/packet.h>
285 printf("Invalid IAPP-ADD packet length %d (expected %lu)\n",
/freebsd-9.3-release/contrib/wpa/src/drivers/
H A Ddriver_wired.c20 #include <netpacket/packet.h>
54 int sock; /* raw packet socket for driver access */
64 * snooping to trigger on any packet from a new layer 2 MAC address, e.g.,
136 wpa_printf(MSG_MSGDUMP, "Received EAPOL packet");
194 wpa_printf(MSG_MSGDUMP, "Got DHCP broadcast packet from " MACSTR,
233 wpa_printf(MSG_DEBUG, "Opening raw packet socket for ifindex %d",
343 printf("wired_send_eapol - packet len: %lu - failed\n",
539 "packet socket", __func__);
/freebsd-9.3-release/crypto/openssh/
H A Dpacket.c1 /* $OpenBSD: packet.c,v 1.192 2014/02/02 03:44:31 djm Exp $ */
7 * This file contains code implementing the packet protocol and communication
17 * SSH2 packet format added by Markus Friedl.
67 #include "packet.h"
100 struct packet { struct
101 TAILQ_ENTRY(packet) next;
131 /* Buffer for the partial outgoing packet being constructed. */
134 /* Buffer for the incoming packet currently being processed. */
137 /* Scratch buffer for packet compression/decompression. */
142 * Flag indicating whether packet compressio
[all...]
/freebsd-9.3-release/lib/libncp/
H A Dncpl_conn.c423 p = (struct ncp_conn_login *)&conn->packet[conn->rqsize];
/freebsd-9.3-release/sys/boot/i386/zfsboot/
H A Dzfsldr.S161 * Read a sector from the disk. Sets up an EDD packet on the stack
179 push $0x10 # Size of packet
/freebsd-9.3-release/sys/dev/bwi/
H A Dbwimac.c704 const uint32_t *packet; local
710 packet = packet_11a;
714 packet = packet_11bg;
719 TMPLT_WRITE_4(mac, i * 4, packet[i]);
/freebsd-9.3-release/crypto/openssl/ssl/
H A Ds3_both.c630 s->packet = &(s->s3->rbuf.buf[0]);
H A Dssl.h1002 /* used internally to point at a raw packet */
1003 unsigned char *packet; member in struct:ssl_st
/freebsd-9.3-release/sbin/routed/
H A Ddefs.h164 /* Bloated packet size for systems that simply add authentication to
168 /* typical packet buffers */
170 char packet[OVER_MAXPACKETSIZE*2]; member in union:pkt_buf
493 #define TRACECONTENTS (tracelevel >= 3) /* display packet contents */
/freebsd-9.3-release/sys/dev/drm/
H A Dradeon_state.c260 DRM_ERROR("Unknown state packet ID %d\n", id);
281 DRM_ERROR("Not a type 3 packet\n");
311 DRM_ERROR("Invalid 3d packet for r100-class chip\n");
325 /* carefully check packet contents */
334 ("Invalid offset (k=%d i=%d) in 3D_LOAD_VBPNTR packet.\n",
347 ("Invalid offset (k=%d i=%d) in 3D_LOAD_VBPNTR packet.\n",
357 ("Malformed 3D_LOAD_VBPNTR packet (k=%d i=%d narrays=%d count+1=%d).\n",
365 DRM_ERROR("Invalid 3d packet for r200-class chip\n");
376 DRM_ERROR("Invalid 3d packet for r100-class chip\n");
398 DRM_ERROR("Invalid first packet offse
641 } packet[RADEON_MAX_STATE_PACKETS] = { variable in typeref:struct:__anon7600
[all...]
/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Dradeon_state.c269 DRM_ERROR("Unknown state packet ID %d\n", id);
291 DRM_ERROR("Not a type 3 packet\n");
321 DRM_ERROR("Invalid 3d packet for r100-class chip\n");
334 /* carefully check packet contents */
346 ("Invalid offset (k=%d i=%d) in 3D_LOAD_VBPNTR packet.\n",
361 ("Invalid offset (k=%d i=%d) in 3D_LOAD_VBPNTR packet.\n",
371 ("Malformed 3D_LOAD_VBPNTR packet (k=%d i=%d narrays=%d count+1=%d).\n",
379 DRM_ERROR("Invalid 3d packet for r200-class chip\n");
392 DRM_ERROR("Invalid 3d packet for r100-class chip\n");
419 DRM_ERROR("Invalid first packet offse
663 } packet[RADEON_MAX_STATE_PACKETS] = { variable in typeref:struct:__anon7750
[all...]
/freebsd-9.3-release/sys/netgraph/
H A Dng_pppoe.c214 struct mbuf *m; /* holds cluster with last sent packet */
215 union packet *pkt; /* points within the above cluster */
314 * If the tag data would go past the end of the packet, abort.
358 "packet\n");
364 * Make up a packet, using the tags filled out for the session.
448 * Broadcast the PADI packet in m0 to all listening hooks.
495 * Routines to find a particular session that matches an incoming packet. *
813 neg->pkt = mtod(neg->m, union packet*);
887 * Wait for PADI packet coming from Ethernet.
908 * Wait for PADI packet comin
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dgetifaddrs.c127 #include <netpacket/packet.h>

Completed in 244 milliseconds

12345