HomeSort by relevance Sort by last modified time
    Searched refs:PF_PACKET (Results 51 - 71 of 71) sorted by null

1 23

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
socket.h 162 #define PF_PACKET AF_PACKET
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
socket.h 162 #define PF_PACKET AF_PACKET
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 379 PF_PACKET = 17
409 AF_PACKET = PF_PACKET
  /bionic/libc/include/sys/
socket.h 200 #define PF_PACKET AF_PACKET
  /external/kernel-headers/original/linux/
socket.h 220 #define PF_PACKET AF_PACKET
  /external/libpcap/
pcap-linux.c 37 * if we use PF_PACKET, we can filter out the transmitted version
105 * If PF_PACKET is defined, we can use {SOCK_RAW,SOCK_DGRAM}/PF_PACKET
121 * this code is Linux-specific (no other OS has PF_PACKET sockets as
125 * XXX - should we just include <linux/if_packet.h> even if PF_PACKET
129 #ifdef PF_PACKET
134 * there's no <netpacket/packet.h> file, but PF_PACKET is defined if
136 * any of the PF_PACKET stuff such as "struct sockaddr_ll" or any of
140 * PF_PACKET sockets only if it is defined.
145 #endif /* PF_PACKET */
    [all...]
  /external/ppp/pppd/plugins/rp-pppoe/
plugin.c 295 if ((fd = socket(PF_PACKET, SOCK_RAW, 0)) < 0) {
if.c 435 domain = PF_PACKET;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
socket.h 211 #define PF_PACKET AF_PACKET
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
socket.h 211 #define PF_PACKET AF_PACKET
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
socket.h 211 #define PF_PACKET AF_PACKET
  /system/core/libnetutils/
packet.c 47 if((s = socket(PF_PACKET, SOCK_DGRAM, htons(ETH_P_IP))) < 0) {
48 return fatal("socket(PF_PACKET)");
  /external/iputils/
rarpd.c 612 pset[0].fd = socket(PF_PACKET, SOCK_DGRAM, 0);
627 pset[1].fd = socket(PF_PACKET, SOCK_DGRAM, 0);
arping.c 1010 s = socket(PF_PACKET, SOCK_DGRAM, 0);
  /external/wpa_supplicant_8/src/drivers/
driver_wired.c 210 drv->sock = socket(PF_PACKET, SOCK_RAW, htons(ETH_P_PAE));
212 perror("socket[PF_PACKET,SOCK_RAW]");
552 drv->pf_sock = socket(PF_PACKET, SOCK_DGRAM, 0);
554 perror("socket(PF_PACKET)");
driver_hostap.c 230 drv->sock = socket(PF_PACKET, SOCK_RAW, htons(ETH_P_ALL));
232 perror("socket[PF_PACKET,SOCK_RAW]");
driver_nl80211.c     [all...]
  /external/wpa_supplicant_8/src/ap/
iapp.c 469 iapp->packet_sock = socket(PF_PACKET, SOCK_RAW, htons(ETH_P_ALL));
471 perror("socket[PF_PACKET,SOCK_RAW]");
  /external/iproute2/ip/
iplink.c 602 fd = socket(PF_PACKET, SOCK_DGRAM, 0);
712 s = socket(PF_PACKET, SOCK_DGRAM, 0);
714 perror("socket(PF_PACKET)");
  /external/strace/
net.c 195 #ifdef PF_PACKET
196 { PF_PACKET, "PF_PACKET" },
    [all...]
  /external/iproute2/misc/
arpd.c 760 pset[0].fd = socket(PF_PACKET, SOCK_DGRAM, 0);

Completed in 636 milliseconds

1 23