Home
last modified time | relevance | path

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

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