/freebsd/sbin/ipf/libipf/ |
H A D | portname.c | 22 if ((sv = getservbyport(htons(port), "tcp"))) { in portname() 25 sv1 = getservbyport(htons(port), "udp"); in portname() 32 if ((sv = getservbyport(htons(port), p->p_name))) { in portname()
|
/freebsd/lib/libc/tests/nss/ |
H A D | getserv_test.c | 393 serv = getservbyport(serv_model->s_port, serv_model->s_proto); in servent_test_getservbyport() 521 ATF_TC_WITHOUT_HEAD(getservbyport); 522 ATF_TC_BODY(getservbyport, tc) in ATF_TC_BODY() argument 567 ATF_TP_ADD_TC(tp, getservbyport); in ATF_TP_ADD_TCS()
|
/freebsd/contrib/netbsd-tests/lib/libc/net/ |
H A D | h_servent.c | 85 if ((svp = getservbyport(htons(atoi(port)), proto)) != NULL) in main()
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | getnameinfo.c | 79 se = getservbyport (port, proto); in doit()
|
/freebsd/usr.bin/netstat/ |
H A D | inet6.c | 1264 (ret) = getservbyport((int)(port), "tcp");\ 1266 (ret) = getservbyport((int)(port), "udp");\ 1268 (ret) = getservbyport((int)(port), (proto));\
|
H A D | sctp.c | 132 sp = getservbyport((int)port, "sctp"); in sctp_print_address()
|
H A D | inet.c | 1483 sp = getservbyport((int)port, proto); in inetprint()
|
/freebsd/lib/libc/net/ |
H A D | Symbol.map | 51 getservbyport;
|
H A D | Makefile.inc | 94 getservent.3 getservbyport.3 \
|
H A D | getservent.c | 1356 getservbyport(int port, const char *proto) in getservbyport() function
|
/freebsd/include/ |
H A D | netdb.h | 244 struct servent *getservbyport(int, const char *);
|
/freebsd/usr.bin/systat/ |
H A D | netcmds.c | 241 sp = getservbyport(p->port, in showports()
|
H A D | netstat.c | 544 sp = getservbyport(port, proto); in inetprint()
|
/freebsd/share/doc/psd/21.ipc/ |
H A D | spell.ok | 184 getservbyport
|
/freebsd/usr.sbin/nscd/agents/ |
H A D | services.c | 186 result = getservbyport(port, proto); in services_lookup_func()
|
/freebsd/usr.bin/getent/ |
H A D | getent.c | 522 se = getservbyport(htons((u_short)id), proto); in services()
|
/freebsd/contrib/netcat/ |
H A D | netcat.c | 570 sv = getservbyport( in main()
|
/freebsd/crypto/openssh/regress/ |
H A D | netcat.c | 497 sv = getservbyport( in main()
|
/freebsd/sbin/pfctl/ |
H A D | pfctl_parser.c | 341 s = getservbyport(p1, proto); in print_port()
|
/freebsd/contrib/unbound/sldns/ |
H A D | wire2str.c | 1845 service = getservbyport( in sldns_wire2str_wks_scan()
|
/freebsd/contrib/ldns/ |
H A D | host2str.c | 842 service = getservbyport((int) htons(current_service), in ldns_rdf2buffer_str_wks()
|
/freebsd/sbin/ipfw/ |
H A D | ipfw2.c | 962 se = getservbyport(htons(port), pe ? pe->p_name : NULL); in print_port()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1948 fun:getservbyport=uninstrumented
|