Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_subr.c387 char *port1p, *port2p, *host2p, *host1p; in i_match_hostorip() local
399 port1p = port2p = host2p = host1p = NULL; in i_match_hostorip()
491 host2p = val; in i_match_hostorip()
493 rc = i_match_onehost(host2p, ip2, &at); in i_match_hostorip()
592 host2p = dash + 1; in i_match_hostorip()
595 rc = i_match_onehost(host2p, ip2, &at); in i_match_hostorip()
639 if (is_nat_src && host2p == NULL) in i_match_hostorip()