Home
last modified time | relevance | path

Searched refs:port1p (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()
512 port1p = port_pref + 1; in i_match_hostorip()
515 dash = strchr(port1p, (int)'-'); in i_match_hostorip()
520 if (port1p != NULL) { in i_match_hostorip()
521 p1 = i_parseport(port1p, NULL, &p_flg); in i_match_hostorip()
524 " specified"), port1p); in i_match_hostorip()