HomeSort by relevance Sort by last modified time
    Searched refs:AF_PACKET (Results 76 - 100 of 110) sorted by null

1 2 34 5

  /external/iproute2/misc/
ss.c 197 .families = (1 << AF_PACKET),
201 .families = (1 << AF_PACKET),
222 [AF_PACKET] = {
1098 if (s->local.family == AF_PACKET)
1434 if (fam == AF_PACKET || strncmp(addr, "link:", 5) == 0) {
1435 a.addr.family = AF_PACKET;
1456 fam = AF_PACKET;
    [all...]
arpd.c 224 sll.sll_family = AF_PACKET;
773 sll.sll_family = AF_PACKET;
  /external/iputils/
rarpd.c 637 sll.sll_family = AF_PACKET;
649 sll.sll_family = AF_PACKET;
arping.c 610 if (ifa->ifa_addr->sa_family != AF_PACKET)
1168 ((struct sockaddr_ll *)&me)->sll_family = AF_PACKET;
  /external/strace/
net.c 115 #if defined(AF_PACKET) /* from e.g. linux/if_packet.h */
146 #ifdef AF_PACKET
229 #ifdef AF_PACKET
230 case AF_PACKET:
245 #endif /* AF_PACKET */
    [all...]
  /system/connectivity/dhcp_client/
dhcpv4.cc 291 remote.sll_family = AF_PACKET;
  /libcore/ojluni/src/main/native/
NetworkInterface.c 692 case AF_PACKET:
788 case AF_PACKET:
887 if (ifa->ifa_addr->sa_family == AF_PACKET) {
  /external/android-clat/
clatd.c 76 .sll_family = AF_PACKET,
  /external/wpa_supplicant_8/src/ap/
iapp.c 475 addr.sll_family = AF_PACKET;
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211_monitor.c 393 ll.sll_family = AF_PACKET;
driver_wired.c 232 addr.sll_family = AF_PACKET;
driver_hostap.c 246 addr.sll_family = AF_PACKET;
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_linux.c 109 ll.sll_family = AF_PACKET;
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
IN.py 409 AF_PACKET = PF_PACKET
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 409 AF_PACKET = PF_PACKET
  /system/connectivity/shill/
arp_client_unittest.cc 105 return socket_address->sll_family == AF_PACKET &&
  /external/libpcap/
pcap-dos.c 553 sa_ll_1.sll_family = AF_PACKET;
554 sa_ll_2.sll_family = AF_PACKET;
    [all...]
  /external/libnl/lib/
addr.c 904 __ADD(AF_PACKET,packet)
  /external/ppp/pppd/plugins/rp-pppoe/
pppoe-discovery.c 172 sa.sll_family = AF_PACKET;
  /libcore/luni/src/main/java/android/system/
OsConstants.java 99 /** @hide */ public static final int AF_PACKET = placeholder();
    [all...]
  /external/avahi/avahi-autoipd/
main.c 473 sa.sll_family = AF_PACKET;
512 sa.sll_family = AF_PACKET;
    [all...]
  /external/toybox/toys/pending/
ip.c 341 if (family == AF_PACKET) error_exit("'%s' may be inet prefix", name);
781 if (!TT.addressfamily || TT.addressfamily == AF_PACKET)
    [all...]
dhcp.c 591 sock.sll_family = AF_PACKET;
732 dest_sll.sll_family = AF_PACKET;
    [all...]
dhcp6.c 249 sockll.sll_family = AF_PACKET;
  /frameworks/base/services/net/java/android/net/apf/
ApfFilter.java 273 socket = Os.socket(AF_PACKET, SOCK_RAW, ETH_P_IPV6);
    [all...]

Completed in 3063 milliseconds

1 2 34 5