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

  /src/usr.sbin/ypbind/
ypbind.c 126 static int rpcsock, pingsock; variable in typeref:typename:int
989 if ((rpcsock = socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP)) == -1)
994 (void)fcntl(rpcsock, F_SETFL, fcntl(rpcsock, F_GETFL, 0) | FNDELAY);
998 (void)setsockopt(rpcsock, SOL_SOCKET, SO_BROADCAST, &one,
1057 if (sendto(rpcsock, buf, outlen, 0,
1137 if (sendto(rpcsock, buf, outlen, 0,
1206 if (sendto(rpcsock, buf, outlen, 0,
1240 inlen = recvfrom(rpcsock, buf, sizeof buf, 0,
1410 if (sendto(rpcsock, buf, outlen, 0
    [all...]

Completed in 11 milliseconds