Home
last modified time | relevance | path

Searched refs:protoent (Results 1 – 25 of 34) sorted by relevance

12

/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/
Dprotoent.cpp15 void print_protoent(protoent *curr_entry) { in print_protoent()
25 protoent entry; in print_all_protoent()
27 protoent *curr_entry; in print_all_protoent()
37 protoent entry; in print_protoent_by_name()
39 protoent *curr_entry; in print_protoent_by_name()
47 protoent entry; in print_protoent_by_num()
49 protoent *curr_entry; in print_protoent_by_num()
/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/NetBSD/
Dprotoent.cpp10 struct protoent *ptp = getprotoent(); in test1()
22 struct protoent *ptp = getprotobyname("icmp"); in test2()
34 struct protoent *ptp = getprotobynumber(1); in test3()
47 struct protoent *ptp = getprotobynumber(1); in test4()
61 struct protoent *ptp = getprotobyname("ttp"); in test5()
/external/iproute2/lib/
Dinet_proto.c30 struct protoent *pe; in inet_proto_n2a()
52 struct protoent *pe; in inet_proto_a2n()
/external/libpcap/
Dnametoaddr.c518 struct protoent *p; in pcap_nametoproto()
523 struct protoent result_buf; in pcap_nametoproto()
539 struct protoent result_buf; in pcap_nametoproto()
547 struct protoent result_buf; in pcap_nametoproto()
Dconfigure.ac300 struct protoent protoent_buf;
302 struct protoent *resultp;
318 struct protoent protoent_buf;
335 struct protoent protoent_buf;
/external/iptables/extensions/
Dlibip6t_ipv6header.c70 const struct protoent *pent = getprotobynumber(proto); in proto_to_name()
86 const struct protoent *pent; in name_to_proto()
Dlibebt_ip6.c422 struct protoent *pe; in brip6_print()
561 struct protoent *pe; in brip6_xlate()
Dlibebt_ip.c499 struct protoent *pe; in brip_print()
686 struct protoent *pe; in brip_xlate()
Dlibxt_policy.c247 const struct protoent *p = NULL; in print_proto()
/external/iproute2/ip/
Dipfou.c64 struct protoent *servptr; in fou_parse_opt()
Dipxfrm.c240 struct protoent *pp; in strxf_proto()
1244 struct protoent *pp; in xfrm_selector_upspec_parse()
/external/libwebsockets/lib/plat/freertos/
Dfreertos-sockets.c88 struct protoent *tcp_proto; in lws_plat_set_socket_options()
/external/oj-libjdwp/src/solaris/transport/socket/
Dsocket_md.c188 struct protoent *proto = getprotobyname("TCP"); in dbgsysSetSocketOption()
/external/libwebsockets/lib/plat/windows/
Dwindows-sockets.c92 struct protoent *tcp_proto; in lws_plat_set_socket_options()
/external/libwebsockets/lib/plat/unix/
Dunix-sockets.c100 struct protoent *tcp_proto; in lws_plat_set_socket_options()
/external/ltp/testcases/network/lib6/
Dasapi_01.c114 struct protoent *pe; in do_tests()
/external/libnl/lib/
Dutils.c869 struct protoent *p = getprotobynumber(proto); in nl_ip_proto2str()
882 struct protoent *p = getprotobyname(name); in nl_str2ip_proto()
/external/ltp/testcases/network/sockets/
DltpClient.c57 struct protoent *protocol = NULL;
/external/iptables/iptables/
Dnft-shared.c376 const struct protoent *pent = getprotobynumber(proto); in print_proto()
827 const struct protoent *pent = getprotobynumber(proto); in save_rule_details()
Dnft-ipv6.c362 const struct protoent *pent = in nft_ipv6_xlate()
Dnft-ipv4.c403 const struct protoent *pent = in nft_ipv4_xlate()
Dxshared.c56 struct protoent *pent = getprotobynumber(proto); in proto_to_name()
/external/ipsec-tools/src/libipsec/
Dpfkey_dump.c744 struct protoent *ent;
/external/rust/crates/libc/src/unix/
Dmod.rs191 pub struct protoent {
1224 pub fn getprotobyname(name: *const ::c_char) -> *mut protoent; in getprotobyname() argument
1225 pub fn getprotobynumber(proto: ::c_int) -> *mut protoent; in getprotobynumber() argument
/external/linux-kselftest/tools/testing/selftests/net/
Dnettest.c1573 struct protoent *pe; in main()

12