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

  /external/libpcap/
pcap-int.h 97 int sock_packet; /* using Linux 2.0 compatible interface */ member in struct:pcap_md
103 struct pcap *next; /* list of open promiscuous sock_packet pcaps */
pcap-linux.c 40 * PF_INET/SOCK_PACKET, which means "recvfrom()" supplies a
106 * sockets rather than SOCK_PACKET sockets.
300 * older kernels had a special socket type SOCK_PACKET to
330 * If we're using SOCK_PACKET, this might be a 2.0[.x] kernel,
333 if (handle->md.sock_packet && (uname(&utsname) < 0 ||
336 * We're using a SOCK_PACKET structure, and either
341 * a SOCK_PACKET socket, with MSG_TRUNC set, will
390 * either because we're not using a SOCK_PACKET
528 if (!handle->md.sock_packet) {
548 * address returned for SOCK_PACKET is a "sockaddr_pkt
    [all...]

Completed in 820 milliseconds