Home
last modified time | relevance | path

Searched refs:SOCK_RAW (Results 1 – 25 of 267) sorted by relevance

1234567891011

/external/strace/xlat/
Dsocktypes.h37 #if defined(SOCK_RAW) || (defined(HAVE_DECL_SOCK_RAW) && HAVE_DECL_SOCK_RAW)
39 static_assert((SOCK_RAW) == (3), "SOCK_RAW != 3");
42 # define SOCK_RAW 3
85 XLAT(SOCK_RAW),
Dsocktypes.in8 SOCK_RAW 3
/external/syzkaller/sys/freebsd/
Dsocket_inet_icmp.txt15 socket$inet_icmp_raw(domain const[AF_INET], type const[SOCK_RAW], proto const[IPPROTO_ICMP]) sock_i…
17 socketpair$inet_icmp_raw(domain const[AF_INET], type const[SOCK_RAW], proto const[IPPROTO_ICMP], fd…
27 socket$inet6_icmp_raw(domain const[AF_INET6], type const[SOCK_RAW], proto const[IPPROTO_ICMPV6]) so…
29 socketpair$inet6_icmp_raw(domain const[AF_INET6], type const[SOCK_RAW], proto const[IPPROTO_ICMPV6]…
Dsocket_inet_icmp_amd64.const11 SOCK_RAW = 3
/external/syzkaller/sys/linux/
Dsocket_inet_icmp.txt12 socket$inet_icmp_raw(domain const[AF_INET], type const[SOCK_RAW], proto const[IPPROTO_ICMP]) sock_i…
14 socketpair$inet_icmp_raw(domain const[AF_INET], type const[SOCK_RAW], proto const[IPPROTO_ICMP], fd…
24 socket$inet6_icmp_raw(domain const[AF_INET6], type const[SOCK_RAW], proto const[IPPROTO_ICMPV6]) so…
26 socketpair$inet6_icmp_raw(domain const[AF_INET6], type const[SOCK_RAW], proto const[IPPROTO_ICMPV6]…
Dsocket_bluetooth.txt22 syz_init_net_socket$bt_hci(fam const[AF_BLUETOOTH], type const[SOCK_RAW], proto const[BTPROTO_HCI])…
63 socket$bt_hidp(fam const[AF_BLUETOOTH], type const[SOCK_RAW], proto const[BTPROTO_HIDP]) sock_bt_hi…
71 socket$bt_cmtp(fam const[AF_BLUETOOTH], type const[SOCK_RAW], proto const[BTPROTO_CMTP]) sock_bt_cm…
79 socket$bt_bnep(fam const[AF_BLUETOOTH], type const[SOCK_RAW], proto const[BTPROTO_BNEP]) sock_bt_bn…
264 bt_l2cap_type = SOCK_SEQPACKET, SOCK_STREAM, SOCK_DGRAM, SOCK_RAW
266 bt_rfcomm_type = SOCK_STREAM, SOCK_RAW
Dsocket_nfc.txt28 nfc_llcp_type = SOCK_STREAM, SOCK_DGRAM, SOCK_RAW
29 nfc_raw_type = SOCK_STREAM, SOCK_RAW
Dsocket_netlink_generic_arm.const4 SOCK_RAW = 3
Dsocket_netlink_generic_amd64.const4 SOCK_RAW = 3
Dsocket_netlink_generic_arm64.const4 SOCK_RAW = 3
Dsocket_netlink_generic_ppc64le.const4 SOCK_RAW = 3
Dsocket_netlink_generic_386.const4 SOCK_RAW = 3
Dsocket_inet_icmp_amd64.const8 SOCK_RAW = 3
Dsocket_inet_icmp_arm64.const8 SOCK_RAW = 3
Dsocket_inet_icmp_386.const8 SOCK_RAW = 3
Dsocket_inet_icmp_arm.const8 SOCK_RAW = 3
Dsocket_inet_icmp_ppc64le.const8 SOCK_RAW = 3
/external/ltp/testcases/network/lib6/
Dasapi_02.c99 s = SAFE_SOCKET(NULL, AF_INET6, SOCK_RAW, IPPROTO_ICMPV6); in ic6_send1()
191 sall = SAFE_SOCKET(NULL, PF_INET6, SOCK_RAW, IPPROTO_ICMPV6); in icmp6_ft()
200 sf = SAFE_SOCKET(NULL, PF_INET6, SOCK_RAW, IPPROTO_ICMPV6); in icmp6_ft()
/external/strace/tests-mx32/
Dnetlink_netlink_diag.c132 if (socket(AF_NETLINK, SOCK_RAW, NETLINK_SOCK_DIAG)) in main()
137 if (socket(AF_NETLINK, SOCK_RAW, NETLINK_SOCK_DIAG) != 1) in main()
/external/strace/tests-m32/
Dnetlink_netlink_diag.c132 if (socket(AF_NETLINK, SOCK_RAW, NETLINK_SOCK_DIAG)) in main()
137 if (socket(AF_NETLINK, SOCK_RAW, NETLINK_SOCK_DIAG) != 1) in main()
/external/strace/tests/
Dnetlink_netlink_diag.c132 if (socket(AF_NETLINK, SOCK_RAW, NETLINK_SOCK_DIAG)) in main()
137 if (socket(AF_NETLINK, SOCK_RAW, NETLINK_SOCK_DIAG) != 1) in main()
/external/linux-kselftest/tools/testing/selftests/net/
Dmsg_zerocopy.c501 if (type == SOCK_RAW) { in do_tx()
581 if (type == SOCK_RAW && protocol == IPPROTO_RAW) in do_setup_rx()
634 if (cfg_family == PF_INET && type == SOCK_RAW) { in do_flush_datagram()
794 do_test(PF_PACKET, SOCK_RAW, 0); in main()
798 do_test(cfg_family, SOCK_RAW, IPPROTO_EGP); in main()
800 do_test(cfg_family, SOCK_RAW, IPPROTO_RAW); in main()
/external/linux-kselftest/tools/testing/selftests/networking/timestamping/
Dtxtimestamp.c284 if (cfg_proto == SOCK_RAW) { in do_test()
338 if (cfg_proto == SOCK_RAW) { in do_test()
443 cfg_proto = SOCK_RAW; in parse_opt()
448 cfg_proto = SOCK_RAW; in parse_opt()
Drxtimestamp.c61 { "ip", SOCK_RAW, IPPROTO_EGP },
273 int port = (s.type == SOCK_RAW) ? 0 : next_port++; in run_test_case()
314 if (s.type == SOCK_RAW) in run_test_case()
/external/ltp/testcases/network/can/filter-tests/
Dcan_rcv_own_msgs.c162 s = socket(PF_CAN, SOCK_RAW, CAN_RAW); in main()
167 t = socket(PF_CAN, SOCK_RAW, CAN_RAW); in main()

1234567891011