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

/freebsd-10-stable/tools/regression/mac/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-10-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-10-stable/usr.sbin/nfsd/
H A Dnfsd.c159 int udpflag, ecode, error, s, srvcnt; local
169 bindanyflag = udpflag = connect_type_cnt = bindhostc = 0;
203 udpflag = 1;
223 if (!tcpflag && !udpflag)
224 udpflag = 1;
285 if (udpflag) {
304 if (udpflag && ip6flag) {
470 if (udpflag) {
531 if (udpflag && ip6flag) {

Completed in 62 milliseconds