Searched refs:_rpcfdtype (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/usr.sbin/rpc.ypupdated/
H A Dypupdated_main.c67 static int _rpcfdtype; variable
103 if (_rpcfdtype == SOCK_DGRAM)
223 (char *)&_rpcfdtype, &ssize) == -1)
240 if ((_rpcfdtype == 0) || (_rpcfdtype == SOCK_DGRAM)) {
254 if ((_rpcfdtype == 0) || (_rpcfdtype == SOCK_STREAM)) {
/freebsd-current/usr.sbin/rpc.ypxfrd/
H A Dypxfrd_main.c69 static int _rpcfdtype; variable
105 if (_rpcfdtype == SOCK_DGRAM)
223 (char *)&_rpcfdtype, &ssize) == -1)
256 if ((_rpcfdtype == 0) || (_rpcfdtype == SOCK_DGRAM)) {
270 if ((_rpcfdtype == 0) || (_rpcfdtype == SOCK_STREAM)) {
/freebsd-current/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_main.c76 static int _rpcfdtype; variable
128 if (_rpcfdtype == SOCK_DGRAM) {
258 (char *)&_rpcfdtype, &ssize) == -1)
/freebsd-current/usr.sbin/ypserv/
H A Dyp_main.c75 static int _rpcfdtype; /* Whether Stream or Datagram? */ variable
229 if (_rpcfdtype == SOCK_DGRAM) {
508 _rpcfdtype = si.si_socktype;
541 if (si.si_socktype != _rpcfdtype ||

Completed in 138 milliseconds