Home
last modified time | relevance | path

Searched refs:udpflag (Results 1 – 2 of 2) sorted by relevance

/src/tests/sys/mac/portacl/
H A Dmisc.sh6 local host idtype name proto port udpflag
16 [ "${proto}" = "udp" ] && udpflag="-u"
21 ( echo -n | su -m ${name} -c "nc ${udpflag} -l -w ${timeout} $host $port" 2>&1 ) &
30 echo | nc ${udpflag} -w ${timeout} $host $port >/dev/null 2>&1
/src/usr.sbin/nfsd/
H A Dnfsd.c160 int udpflag, ecode, error, s; in main() local
177 bindanyflag = udpflag = connect_type_cnt = bindhostc = 0; in main()
221 udpflag = 1; in main()
256 if (!tcpflag && !udpflag) in main()
257 udpflag = 1; in main()
327 if (udpflag) { in main()
351 if (udpflag && ip6flag) { in main()
525 if (udpflag) { in main()
597 if (udpflag && ip6flag) { in main()