Searched refs:p_proto (Results 1 – 22 of 22) sorted by relevance
/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/NetBSD/ |
D | protoent.cpp | 17 printf("%d\n", ptp->p_proto); in test1() 29 printf("%d\n", ptp->p_proto); in test2() 41 printf("%d\n", ptp->p_proto); in test3() 56 printf("%d\n", ptp->p_proto); in test4() 68 printf("%d\n", ptp->p_proto); in test5()
|
/external/iproute2/lib/ |
D | inet_proto.c | 65 icache = pe->p_proto; in inet_proto_a2n() 67 return pe->p_proto; in inet_proto_a2n()
|
/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
D | protoent.cpp | 16 fprintf(stderr, "%s (%d)\n", curr_entry->p_name, curr_entry->p_proto); in print_protoent()
|
/external/ltp/testcases/network/sockets/ |
D | ltpClient.c | 372 rawSocket = socket(PF_INET, SOCK_RAW, protocol->p_proto); in network_listener() 493 rawSocket = socket(PF_INET, SOCK_RAW, protocol->p_proto); in ping_network() 576 rawTraceSocket = socket(PF_INET, SOCK_RAW, protocol->p_proto); in ltp_traceroute()
|
/external/iproute2/ip/ |
D | ipfou.c | 70 ipproto = servptr->p_proto; in fou_parse_opt()
|
D | ipxfrm.c | 1248 upspec = pp->p_proto; in xfrm_selector_upspec_parse()
|
/external/iptables/extensions/ |
D | libip6t_ipv6header.c | 89 proto = pent->p_proto; in name_to_proto()
|
/external/tcpdump/ |
D | addrtoname.c | 168 u_short p_proto; member 478 if (tp->p_oui == i && tp->p_proto == j) in lookup_protoid() 483 tp->p_proto = j; in lookup_protoid()
|
/external/oj-libjdwp/src/solaris/transport/socket/ |
D | socket_md.c | 189 int tcp_level = (proto == 0 ? IPPROTO_TCP: proto->p_proto); in dbgsysSetSocketOption()
|
/external/libwebsockets/lib/plat/windows/ |
D | windows-sockets.c | 126 protonbr = tcp_proto->p_proto; in lws_plat_set_socket_options()
|
/external/libwebsockets/lib/plat/unix/ |
D | unix-sockets.c | 174 if (!unix_skt && setsockopt(fd, tcp_proto->p_proto, TCP_NODELAY, &optval, optlen) < 0) in lws_plat_set_socket_options()
|
/external/libpcap/ |
D | nametoaddr.c | 568 return p->p_proto; in pcap_nametoproto()
|
/external/ltp/testcases/network/lib6/ |
D | asapi_01.c | 118 pass = pe && pe->p_proto == ptab[i].prt_value; in do_tests()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.h | 710 int p_proto; member
|
D | sanitizer_platform_limits_netbsd.h | 135 int p_proto; member
|
/external/libnl/lib/ |
D | utils.c | 887 return p->p_proto; in nl_str2ip_proto()
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | nettest.c | 1627 args.protocol = pe->p_proto; in main()
|
/external/rust/crates/libc/src/unix/ |
D | mod.rs | 194 pub p_proto: ::c_int,
|
/external/iptables/libxtables/ |
D | xtables.c | 2103 return pent->p_proto; in xtables_parse_protocol()
|
/external/python/cpython2/Modules/ |
D | socketmodule.c | 3708 return PyInt_FromLong((long) sp->p_proto);
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 283 pub p_proto: ::c_int,
|
/external/python/cpython3/Modules/ |
D | socketmodule.c | 5961 return PyLong_FromLong((long) sp->p_proto);
|