/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/mib/ |
H A D | tst.tcp.ksh | 85 socket(S, AF_INET, SOCK_STREAM, getprotobyname('tcp')) 114 socket(S, AF_INET, SOCK_STREAM, getprotobyname('tcp'))
|
/freebsd/lib/libc/tests/nss/ |
H A D | getproto_test.c | 336 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 D | t_getprotoent.c | 91 p = getprotobyname(protos[i].name); in ATF_TC_BODY() 116 ATF_REQUIRE(getprotobyname(name[i]) == NULL); in ATF_TC_BODY()
|
H A D | h_protoent.c | 87 if ((prp = getprotobyname(name)) != NULL) in main()
|
/freebsd/lib/libcasper/services/cap_netdb/ |
H A D | cap_netdb.h | 44 #define cap_getprotobyname(chan, name) getprotobyname(name)
|
H A D | cap_netdb.c | 123 pp = getprotobyname(name); in netdb_getprotobyname()
|
/freebsd/sbin/ipf/libipf/ |
H A D | getproto.c | 30 p = getprotobyname(name); in getproto()
|
/freebsd/contrib/tcp_wrappers/ |
H A D | fix_options.c | 66 if ((ip = getprotobyname("ip")) != 0) in fix_options()
|
/freebsd/lib/libc/net/ |
H A D | getprotoname.c | 136 getprotobyname(const char *name) in getprotobyname() function
|
H A D | Symbol.map | 47 getprotobyname;
|
H A D | Makefile.inc | 89 getprotoent.3 getprotobyname.3 \
|
/freebsd/include/ |
H A D | netdb.h | 240 struct protoent *getprotobyname(const char *);
|
/freebsd/usr.sbin/ppp/ |
H A D | filter.c | 308 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 D | nat_cmd.c | 258 pe = getprotobyname(arg->argv[arg->argn]); in nat_RedirectProto()
|
/freebsd/share/doc/psd/05.sysman/ |
H A D | spell.ok | 158 getprotobyname
|
/freebsd/usr.bin/getaddrinfo/ |
H A D | getaddrinfo.c | 205 protoent = getprotobyname(string); in parse_protocol()
|
/freebsd/share/doc/psd/21.ipc/ |
H A D | spell.ok | 180 getprotobyname
|
/freebsd/sbin/ipf/ipsend/ |
H A D | ipsend.c | 223 if ((p = getprotobyname(optarg))) in main()
|
/freebsd/contrib/libpcap/ |
H A D | nametoaddr.c | 558 p = getprotobyname(str); in pcap_nametoproto()
|
/freebsd/usr.bin/getent/ |
H A D | getent.c | 440 pe = getprotobyname(argv[i]); in protocols()
|
/freebsd/usr.sbin/traceroute/ |
H A D | traceroute.c | 519 pe = getprotobyname(cp); in main() 2040 if ((pe = getprotobyname(pname)) != NULL) in setproto()
|
/freebsd/contrib/ldns/ |
H A D | str2host.c | 1205 proto = getprotobyname(proto_str); in ldns_str2rdf_wks() 1207 proto = getprotobyname(lc_proto_str); in ldns_str2rdf_wks()
|
/freebsd/sbin/ipfw/ |
H A D | nat.c | 583 protoent = getprotobyname(**av); in setup_redir_proto()
|
/freebsd/sbin/setkey/ |
H A D | parse.y | 758 ent = getprotobyname($1.buf);
|
/freebsd/sbin/natd/ |
H A D | natd.c | 1772 protoent = getprotobyname(protoName); in SetupProtoRedirect()
|