Home
last modified time | relevance | path

Searched defs:setprotoent (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/lib/libc/net/
Dgetprotoent.c150 setprotoent(int f) in setprotoent() function
/openbsd/src/gnu/usr.bin/perl/plan9/
Dplan9.c102 void setprotoent(int a) in setprotoent() function
/openbsd/src/gnu/usr.bin/perl/win32/include/sys/
Dsocket.h154 #define setprotoent win32_setprotoent macro
/openbsd/src/gnu/usr.bin/perl/
Dconfig_h.SH1881 * This symbol, if defined, indicates that the setprotoent() routine is function
Dreentr.h1596 # define setprotoent(a) (setprotoent_r(a, &PL_reentrant_buffer->_protoent_data) == 0 ? 1 : 0) macro
1599 # define setprotoent(a) setprotoent_r(a, &PL_reentrant_buffer->_protoent_data) macro
DXSUB.h651 # define setprotoent PerlSock_setprotoent macro