Searched defs:prototype (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libsocket/socket/
H A D_soutil.c118 * Returns the pathname and a prototype value (to be passed into SO_PROTOTYPE)
123 char **pathp, int *prototype)
134 *prototype = 0;
136 *prototype = protocol;
122 _s_netconfig_path(int family, int type, int protocol, char **pathp, int *prototype) argument
H A Dsocket.c111 int prototype = 0; local
127 &devpath, &prototype) == -1) {
137 if (prototype != 0) {
139 (caddr_t)&prototype, (int)sizeof (prototype)) < 0) {

Completed in 2251 milliseconds