/external/strace/xlat/ |
D | socktypes.h | 37 #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),
|
D | socktypes.in | 8 SOCK_RAW 3
|
/external/syzkaller/sys/freebsd/ |
D | socket_inet_icmp.txt | 15 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]…
|
D | socket_inet_icmp_amd64.const | 11 SOCK_RAW = 3
|
/external/syzkaller/sys/linux/ |
D | socket_inet_icmp.txt | 12 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]…
|
D | socket_bluetooth.txt | 22 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
|
D | socket_nfc.txt | 28 nfc_llcp_type = SOCK_STREAM, SOCK_DGRAM, SOCK_RAW 29 nfc_raw_type = SOCK_STREAM, SOCK_RAW
|
D | socket_netlink_generic_arm.const | 4 SOCK_RAW = 3
|
D | socket_netlink_generic_amd64.const | 4 SOCK_RAW = 3
|
D | socket_netlink_generic_arm64.const | 4 SOCK_RAW = 3
|
D | socket_netlink_generic_ppc64le.const | 4 SOCK_RAW = 3
|
D | socket_netlink_generic_386.const | 4 SOCK_RAW = 3
|
D | socket_inet_icmp_amd64.const | 8 SOCK_RAW = 3
|
D | socket_inet_icmp_arm64.const | 8 SOCK_RAW = 3
|
D | socket_inet_icmp_386.const | 8 SOCK_RAW = 3
|
D | socket_inet_icmp_arm.const | 8 SOCK_RAW = 3
|
D | socket_inet_icmp_ppc64le.const | 8 SOCK_RAW = 3
|
/external/ltp/testcases/network/lib6/ |
D | asapi_02.c | 99 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/ |
D | netlink_netlink_diag.c | 132 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/ |
D | netlink_netlink_diag.c | 132 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/ |
D | netlink_netlink_diag.c | 132 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/ |
D | msg_zerocopy.c | 501 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/ |
D | txtimestamp.c | 284 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()
|
D | rxtimestamp.c | 61 { "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/ |
D | can_rcv_own_msgs.c | 162 s = socket(PF_CAN, SOCK_RAW, CAN_RAW); in main() 167 t = socket(PF_CAN, SOCK_RAW, CAN_RAW); in main()
|