Home
last modified time | relevance | path

Searched refs:getprotobyname (Results 1 – 25 of 31) sorted by relevance

12

/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/NetBSD/
Dprotoent.cpp22 struct protoent *ptp = getprotobyname("icmp"); in test2()
61 struct protoent *ptp = getprotobyname("ttp"); in test5()
/external/iproute2/lib/
Dinet_proto.c61 pe = getprotobyname(buf); in inet_proto_a2n()
/external/iproute2/ip/
Dipfou.c68 servptr = getprotobyname(*argv); in fou_parse_opt()
Dipxfrm.c1246 pp = getprotobyname(*argv); in xfrm_selector_upspec_parse()
/external/iptables/extensions/
Dlibip6t_ipv6header.c88 if ((pent = getprotobyname(s))) in name_to_proto()
/external/ltp/testcases/network/sockets/
DltpClient.c315 protocol = getprotobyname("ICMP"); in ltp_run_traceroute_tests()
342 protocol = getprotobyname("ICMP"); in ltp_run_ping_tests()
/external/oj-libjdwp/src/solaris/transport/socket/
Dsocket_md.c188 struct protoent *proto = getprotobyname("TCP"); in dbgsysSetSocketOption()
/external/libwebsockets/lib/plat/windows/
Dwindows-sockets.c120 tcp_proto = getprotobyname("TCP"); in lws_plat_set_socket_options()
/external/libwebsockets/lib/plat/unix/
Dunix-sockets.c173 tcp_proto = getprotobyname("TCP"); in lws_plat_set_socket_options()
/external/ltp/testcases/network/lib6/
Dasapi_01.c117 pe = getprotobyname(ptab[i].prt_name); in do_tests()
/external/libpcap/
Dnametoaddr.c565 p = getprotobyname(str); in pcap_nametoproto()
Dconfigure.ac284 # If we don't find one, we just use getprotobyname(), which uses
DCMakeLists.txt633 # If we don't find one, we just use getprotobyname(), which uses
/external/selinux/python/semanage/
Dseobject.py1154 …=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/
Dutils.c882 struct protoent *p = getprotobyname(name); in nl_str2ip_proto()
/external/linux-kselftest/tools/testing/selftests/net/
Dnettest.c1625 pe = getprotobyname(optarg); in main()
/external/rust/crates/libc/src/unix/
Dmod.rs1224 pub fn getprotobyname(name: *const ::c_char) -> *mut protoent; in getprotobyname() function
/external/iptables/libxtables/
Dxtables.c2101 pent = getprotobyname(s); in xtables_parse_protocol()
/external/curl/lib/
Dcurl_config.h.cmake256 /* Define to 1 if you have the `getprotobyname' function. */
/external/curl/
DCMakeLists.txt1041 check_symbol_exists(getprotobyname "${CURL_INCLUDES}" HAVE_GETPROTOBYNAME)
/external/python/cpython2/Doc/library/
Dsocket.rst345 .. function:: getprotobyname(protocolname)
/external/python/cpython2/Modules/
Dsocketmodule.c3702 sp = getprotobyname(name);
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc7488 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/
Dmod.rs3758 pub fn getprotobyname(name: *const ::c_char) -> *mut protoent; in getprotobyname() function
/external/python/cpython3/Modules/
Dsocketmodule.c5955 sp = getprotobyname(name);

12