HomeSort by: relevance | last modified time | path
    Searched refs:setprotoent (Results 1 - 9 of 9) sorted by relevancy

  /src/lib/libc/net/
getprotoent.c 47 __weak_alias(setprotoent,_setprotoent)
56 setprotoent(int f) function in typeref:typename:void
Makefile.inc 65 getprotoent.3 getprotobynumber.3 getprotoent.3 setprotoent.3
  /src/tests/lib/libc/net/
t_getprotoent.c 60 setprotoent(0);
189 atf_tc_set_md_var(tc, "descr", "Check that setprotoent(3) rewinds");
196 setprotoent(0);
207 setprotoent(0);
h_protoent.c 92 setprotoent(0);
  /src/include/
netdb.h 345 void setprotoent(int);
  /src/usr.bin/netstat/
main.c 691 setprotoent(1);
855 setprotoent(1); /* make protocol lookup cheaper */
  /src/lib/libresolv/
res_mkupdate.c 1013 setprotoent(0);
1015 setprotoent(1);
  /src/usr.bin/getent/
getent.c 705 setprotoent(1);
  /src/lib/libc/include/
namespace.h 645 #define setprotoent _setprotoent macro

Completed in 18 milliseconds