Home
last modified time | relevance | path

Searched refs:PACKET_MULTICAST (Results 1 – 25 of 32) sorted by relevance

12

/external/strace/xlat/
Daf_packet_types.h20 #if defined(PACKET_MULTICAST) || (defined(HAVE_DECL_PACKET_MULTICAST) && HAVE_DECL_PACKET_MULTICAST)
22 static_assert((PACKET_MULTICAST) == (2), "PACKET_MULTICAST != 2");
25 # define PACKET_MULTICAST 2
75 [PACKET_MULTICAST] = XLAT(PACKET_MULTICAST),
Daf_packet_types.in4 PACKET_MULTICAST 2
/external/iptables/extensions/
Dlibxt_pkttype.c32 {"multicast", PACKET_MULTICAST, 1, "to group"},
39 {"mcast", PACKET_MULTICAST, 0, NULL},
126 {"multicast", PACKET_MULTICAST},
/external/iproute2/tc/
Dm_skbedit.c104 ptype = PACKET_MULTICAST; in parse_skbedit()
208 else if (*ptype == PACKET_MULTICAST) in print_skbedit()
/external/kernel-headers/original/uapi/linux/
Dif_packet.h27 #define PACKET_MULTICAST 2 /* To group */ macro
/external/iproute2/include/uapi/linux/
Dif_packet.h27 #define PACKET_MULTICAST 2 /* To group */ macro
/external/syzkaller/sys/linux/
Dsocket_netlink_route_sched_arm.const22 PACKET_MULTICAST = 2
Dsocket_netlink_route_sched_ppc64le.const22 PACKET_MULTICAST = 2
Dsocket_netlink_route_sched_386.const22 PACKET_MULTICAST = 2
Dsocket_netlink_route_sched_amd64.const22 PACKET_MULTICAST = 2
Dsocket_netlink_route_sched_arm64.const22 PACKET_MULTICAST = 2
Dsocket_netlink_route_sched.txt1106 packet_types = PACKET_HOST, PACKET_BROADCAST, PACKET_MULTICAST, PACKET_OTHERHOST, PACKET_OUTGOING, …
/external/toybox/toys/pending/
Darping.c141 && from->sll_pkttype != PACKET_MULTICAST) return; in recv_from()
/external/ltp/testcases/network/stress/ns-tools/
Dns-icmpv6_sender.c217 lladdr_p->sll_pkttype = PACKET_MULTICAST; /* Packet type */ in calc_hd_mcastaddr()
/external/iputils/
Drarpd.c435 sll.sll_pkttype != PACKET_MULTICAST && in serve_it()
Darping.c388 FROM->sll_pkttype != PACKET_MULTICAST) in recv_pack()
/external/scapy/scapy/arch/
Dlinux.py85 PACKET_MULTICAST = 2 # To group variable
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go963 PACKET_MULTICAST = 0x2 const
Dzerrors_linux_mipsle.go1205 PACKET_MULTICAST = 0x2 const
Dzerrors_linux_s390x.go1204 PACKET_MULTICAST = 0x2 const
Dzerrors_linux_arm.go1204 PACKET_MULTICAST = 0x2 const
Dzerrors_linux_ppc64le.go1206 PACKET_MULTICAST = 0x2 const
Dzerrors_linux_mips64.go1205 PACKET_MULTICAST = 0x2 const
Dzerrors_linux_ppc64.go1206 PACKET_MULTICAST = 0x2 const
Dzerrors_linux_amd64.go1206 PACKET_MULTICAST = 0x2 const

12