Home
last modified time | relevance | path

Searched refs:uport (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/nfs/svc/
H A Dnfs-server182 uport=`$SERVINFO -p -u -s $nfs_name 2>/dev/null`
183 if [ -n "$uport" ]; then
184 generate_rules $FMRI $policy "udp" $ip $uport $file
197 for uport in $uports; do
199 $uport $file
216 for uport in $uports; do
218 $ip $uport $file
251 for uport in $uports; do
253 "to any port = ${uport}" >>${file}
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/nc/
H A Dnetcat.c133 char *host, *uport, *proxy; in main() local
146 uport = NULL; in main()
245 uport = NULL; in main()
249 uport = argv[0]; in main()
255 uport = argv[1]; in main()
271 if (uport) in main()
273 uport = pflag; in main()
334 if (strtonum(uport, PORT_MIN, PORT_MAX, in main()
337 uport, errstr); in main()
338 s = local_listen(host, uport, hints); in main()
[all …]
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dsvc-route51 uport=`$SERVINFO -p -u -s $iana_name 2>/dev/null`
57 if [ -n "$uport" ]; then
58 generate_rules $FMRI $policy "udp" "any" $uport $file
/titanic_41/usr/src/cmd/ypcmd/
H A Dyp.sh78 for uport in $uports; do
80 "from $s to any port = $uport" >>$file
/titanic_41/usr/src/cmd/rpcbind/
H A Dcheck_bound.c377 char *s_uport, *uport; in mergeaddr() local
384 UADDR_PRT_INDX(uaddr, uport); in mergeaddr()
386 ma.m_uaddr = malloc(strlen(ma.s_uaddr) + strlen(uport) + 1); in mergeaddr()
398 strcat(ma.m_uaddr, uport); in mergeaddr()
/titanic_41/usr/src/cmd/svc/shell/
H A Dipf_include.sh543 for uport in $uports; do
545 $ip $uport $file
561 uport=`$SERVINFO -p -u -s $iana_name 2>&1`
562 if [ $? -eq 0 -a -n "$uport" ]; then
563 generate_rules $service $policy "udp" $ip $uport $file