HomeSort by relevance Sort by last modified time
    Searched refs:AF_PACKET (Results 1 - 25 of 30) sorted by null

1 2

  /external/libpcap/
fad-getad.c 63 #ifdef AF_PACKET
114 #ifdef AF_PACKET
115 case AF_PACKET:
pcap-dos.c 533 sa_ll_1.sll_family = AF_PACKET;
534 sa_ll_2.sll_family = AF_PACKET;
    [all...]
  /bionic/libc/kernel/common/linux/
socket.h 130 #define AF_PACKET 17
162 #define PF_PACKET AF_PACKET
  /external/iproute2/ip/
ip.c 169 preferred_family = AF_PACKET;
181 preferred_family = AF_PACKET;
ipmaddr.c 105 m.addr.family = AF_PACKET;
197 if (list->addr.family == AF_PACKET) {
265 if (!filter.family || filter.family == AF_PACKET)
rtmon.c 101 family = AF_PACKET;
ipaddress.c 215 (!filter.family || filter.family == AF_PACKET) &&
256 if (!filter.family || filter.family == AF_PACKET) {
632 if (filter.family == AF_PACKET) {
776 if (filter.family != AF_PACKET) {
789 if (filter.family && filter.family != AF_PACKET) {
852 if (filter.family != AF_PACKET)
864 preferred_family = AF_PACKET;
iplink.c 555 me.sll_family = AF_PACKET;
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
socket.h 130 #define AF_PACKET 17
162 #define PF_PACKET AF_PACKET
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
socket.h 130 #define AF_PACKET 17
162 #define PF_PACKET AF_PACKET
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
socket.h 130 #define AF_PACKET 17
162 #define PF_PACKET AF_PACKET
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
socket.h 130 #define AF_PACKET 17
162 #define PF_PACKET AF_PACKET
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
socket.h 130 #define AF_PACKET 17
162 #define PF_PACKET AF_PACKET
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
socket.h 130 #define AF_PACKET 17
162 #define PF_PACKET AF_PACKET
  /external/kernel-headers/original/linux/
socket.h 179 #define AF_PACKET 17 /* Packet family */
212 #define PF_PACKET AF_PACKET
  /system/core/libnetutils/
packet.c 52 bindaddr.sll_family = AF_PACKET;
140 destaddr.sll_family = AF_PACKET;
  /external/dhcpcd/
lpf.c 133 su.sll.sll_family = AF_PACKET;
  /external/strace/
net.c 288 #ifdef AF_PACKET
289 { AF_PACKET, "AF_PACKET" },
899 #if defined(AF_PACKET) /* from e.g. linux/if_packet.h */
924 #endif /* defined(AF_PACKET) */
944 #ifdef AF_PACKET
1034 #ifdef AF_PACKET
1035 case AF_PACKET:
    [all...]
  /external/wpa_supplicant/
l2_packet_linux.c 58 ll.sll_family = AF_PACKET;
driver_broadcom.c 328 ll.sll_family = AF_PACKET;
  /external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/
l2_packet_linux.c 58 ll.sll_family = AF_PACKET;
  /external/iproute2/misc/
ss.c 649 if (s->local.family == AF_PACKET)
966 if (fam == AF_PACKET || strncmp(addr, "link:", 5) == 0) {
967 a.addr.family = AF_PACKET;
    [all...]
arpd.c 221 sll.sll_family = AF_PACKET;
761 sll.sll_family = AF_PACKET;
  /external/iproute2/lib/
utils.c 379 if (family == AF_PACKET) {
392 if (family == AF_PACKET) {
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_broadcom.c 333 ll.sll_family = AF_PACKET;

Completed in 858 milliseconds

1 2