Searched refs:getprotobyname (Results 1 – 25 of 31) sorted by relevance
12
/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/NetBSD/ |
D | protoent.cpp | 22 struct protoent *ptp = getprotobyname("icmp"); in test2() 61 struct protoent *ptp = getprotobyname("ttp"); in test5()
|
/external/iproute2/lib/ |
D | inet_proto.c | 61 pe = getprotobyname(buf); in inet_proto_a2n()
|
/external/iproute2/ip/ |
D | ipfou.c | 68 servptr = getprotobyname(*argv); in fou_parse_opt()
|
D | ipxfrm.c | 1246 pp = getprotobyname(*argv); in xfrm_selector_upspec_parse()
|
/external/iptables/extensions/ |
D | libip6t_ipv6header.c | 88 if ((pent = getprotobyname(s))) in name_to_proto()
|
/external/ltp/testcases/network/sockets/ |
D | ltpClient.c | 315 protocol = getprotobyname("ICMP"); in ltp_run_traceroute_tests() 342 protocol = getprotobyname("ICMP"); in ltp_run_ping_tests()
|
/external/oj-libjdwp/src/solaris/transport/socket/ |
D | socket_md.c | 188 struct protoent *proto = getprotobyname("TCP"); in dbgsysSetSocketOption()
|
/external/libwebsockets/lib/plat/windows/ |
D | windows-sockets.c | 120 tcp_proto = getprotobyname("TCP"); in lws_plat_set_socket_options()
|
/external/libwebsockets/lib/plat/unix/ |
D | unix-sockets.c | 173 tcp_proto = getprotobyname("TCP"); in lws_plat_set_socket_options()
|
/external/ltp/testcases/network/lib6/ |
D | asapi_01.c | 117 pe = getprotobyname(ptab[i].prt_name); in do_tests()
|
/external/libpcap/ |
D | nametoaddr.c | 565 p = getprotobyname(str); in pcap_nametoproto()
|
D | configure.ac | 284 # If we don't find one, we just use getprotobyname(), which uses
|
D | CMakeLists.txt | 633 # If we don't find one, we just use getprotobyname(), which uses
|
/external/selinux/python/semanage/ |
D | seobject.py | 1154 …=port op=add lport=%s proto=%s tcontext=%s:%s:%s:%s" % (port, socket.getprotobyname(proto), "syste… 1201 …rt op=modify lport=%s proto=%s tcontext=%s:%s:%s:%s" % (port, socket.getprotobyname(proto), "syste… 1234 …log_change("resrc=port op=delete lport=%s proto=%s" % (port_str, socket.getprotobyname(proto_str))) 1258 …f.mylog.log_change("resrc=port op=delete lport=%s proto=%s" % (port, socket.getprotobyname(proto))) 1948 …r=%s netmask=%s proto=%s tcontext=%s:%s:%s:%s" % (addr, mask, socket.getprotobyname(self.protocol[… 1993 …r=%s netmask=%s proto=%s tcontext=%s:%s:%s:%s" % (addr, mask, socket.getprotobyname(self.protocol[… 2026 …c=node op=delete laddr=%s netmask=%s proto=%s" % (addr, mask, socket.getprotobyname(self.protocol[…
|
/external/libnl/lib/ |
D | utils.c | 882 struct protoent *p = getprotobyname(name); in nl_str2ip_proto()
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | nettest.c | 1625 pe = getprotobyname(optarg); in main()
|
/external/rust/crates/libc/src/unix/ |
D | mod.rs | 1224 pub fn getprotobyname(name: *const ::c_char) -> *mut protoent; in getprotobyname() function
|
/external/iptables/libxtables/ |
D | xtables.c | 2101 pent = getprotobyname(s); in xtables_parse_protocol()
|
/external/curl/lib/ |
D | curl_config.h.cmake | 256 /* Define to 1 if you have the `getprotobyname' function. */
|
/external/curl/ |
D | CMakeLists.txt | 1041 check_symbol_exists(getprotobyname "${CURL_INCLUDES}" HAVE_GETPROTOBYNAME)
|
/external/python/cpython2/Doc/library/ |
D | socket.rst | 345 .. function:: getprotobyname(protocolname)
|
/external/python/cpython2/Modules/ |
D | socketmodule.c | 3702 sp = getprotobyname(name);
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 7488 INTERCEPTOR(struct __sanitizer_protoent *, getprotobyname, const char *name) { 7490 COMMON_INTERCEPTOR_ENTER(ctx, getprotobyname, name); 7493 struct __sanitizer_protoent *p = REAL(getprotobyname)(name); 7509 COMMON_INTERCEPT_FUNCTION(getprotobyname); \
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 3758 pub fn getprotobyname(name: *const ::c_char) -> *mut protoent; in getprotobyname() function
|
/external/python/cpython3/Modules/ |
D | socketmodule.c | 5955 sp = getprotobyname(name);
|
12