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

/freebsd-12-stable/tests/sys/mac/portacl/
H A Dmisc.sh17 local host idtype name proto port udpflag
26 [ "${proto}" = "udp" ] && udpflag="-u"
31 ( echo -n | su -m ${name} -c "nc ${udpflag} -l -w 10 $host $port" 2>&1 ) &
40 echo | nc ${udpflag} -w 10 $host $port >/dev/null 2>&1
/freebsd-12-stable/usr.sbin/nfsd/
H A Dnfsd.c170 int udpflag, ecode, error, s; local
186 bindanyflag = udpflag = connect_type_cnt = bindhostc = 0;
230 udpflag = 1;
259 if (!tcpflag && !udpflag)
260 udpflag = 1;
330 if (udpflag) {
354 if (udpflag && ip6flag) {
500 if (udpflag) {
566 if (udpflag && ip6flag) {

Completed in 114 milliseconds