Home
last modified time | relevance | path

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

12

/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/mib/
H A Dtst.tcp.ksh85 socket(S, AF_INET, SOCK_STREAM, getprotobyname('tcp'))
114 socket(S, AF_INET, SOCK_STREAM, getprotobyname('tcp'))
/freebsd/lib/libc/tests/nss/
H A Dgetproto_test.c336 pe = getprotobyname(pe_model->p_name); in protoent_test_getprotobyname()
346 pe = getprotobyname(*alias); in protoent_test_getprotobyname()
510 ATF_TC_WITHOUT_HEAD(getprotobyname);
511 ATF_TC_BODY(getprotobyname, tc) in ATF_TC_BODY() argument
547 ATF_TP_ADD_TC(tp, getprotobyname); in ATF_TP_ADD_TCS()
/freebsd/contrib/netbsd-tests/lib/libc/net/
H A Dt_getprotoent.c91 p = getprotobyname(protos[i].name); in ATF_TC_BODY()
116 ATF_REQUIRE(getprotobyname(name[i]) == NULL); in ATF_TC_BODY()
H A Dh_protoent.c87 if ((prp = getprotobyname(name)) != NULL) in main()
/freebsd/lib/libcasper/services/cap_netdb/
H A Dcap_netdb.h44 #define cap_getprotobyname(chan, name) getprotobyname(name)
H A Dcap_netdb.c123 pp = getprotobyname(name); in netdb_getprotobyname()
/freebsd/sbin/ipf/libipf/
H A Dgetproto.c30 p = getprotobyname(name); in getproto()
/freebsd/contrib/tcp_wrappers/
H A Dfix_options.c66 if ((ip = getprotobyname("ip")) != 0) in fix_options()
/freebsd/lib/libc/net/
H A Dgetprotoname.c136 getprotobyname(const char *name) in getprotobyname() function
H A DSymbol.map47 getprotobyname;
H A DMakefile.inc89 getprotoent.3 getprotobyname.3 \
/freebsd/include/
H A Dnetdb.h240 struct protoent *getprotobyname(const char *);
/freebsd/usr.sbin/ppp/
H A Dfilter.c308 else if ((pe = getprotobyname(*argv)) == NULL && strcmp(*argv, "all") != 0) { in filter_Parse()
344 if ((pe = getprotobyname(*argv)) == NULL && strcmp(*argv, "all") != 0) { in filter_Parse()
H A Dnat_cmd.c258 pe = getprotobyname(arg->argv[arg->argn]); in nat_RedirectProto()
/freebsd/share/doc/psd/05.sysman/
H A Dspell.ok158 getprotobyname
/freebsd/usr.bin/getaddrinfo/
H A Dgetaddrinfo.c205 protoent = getprotobyname(string); in parse_protocol()
/freebsd/share/doc/psd/21.ipc/
H A Dspell.ok180 getprotobyname
/freebsd/sbin/ipf/ipsend/
H A Dipsend.c223 if ((p = getprotobyname(optarg))) in main()
/freebsd/contrib/libpcap/
H A Dnametoaddr.c558 p = getprotobyname(str); in pcap_nametoproto()
/freebsd/usr.bin/getent/
H A Dgetent.c440 pe = getprotobyname(argv[i]); in protocols()
/freebsd/usr.sbin/traceroute/
H A Dtraceroute.c519 pe = getprotobyname(cp); in main()
2040 if ((pe = getprotobyname(pname)) != NULL) in setproto()
/freebsd/contrib/ldns/
H A Dstr2host.c1205 proto = getprotobyname(proto_str); in ldns_str2rdf_wks()
1207 proto = getprotobyname(lc_proto_str); in ldns_str2rdf_wks()
/freebsd/sbin/ipfw/
H A Dnat.c583 protoent = getprotobyname(**av); in setup_redir_proto()
/freebsd/sbin/setkey/
H A Dparse.y758 ent = getprotobyname($1.buf);
/freebsd/sbin/natd/
H A Dnatd.c1772 protoent = getprotobyname(protoName); in SetupProtoRedirect()

12