Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_subr.c386 char *port_pref, *dash; in i_match_hostorip() local
400 port_pref = dash = NULL; in i_match_hostorip()
420 port_pref = val - 1; /* we increment again later on */ in i_match_hostorip()
469 port_pref = val; in i_match_hostorip()
509 port_pref = strchr(val, (int)PORT_SEP); in i_match_hostorip()
511 if (port_pref != NULL && is_ports_ok) { in i_match_hostorip()
512 port1p = port_pref + 1; in i_match_hostorip()
513 *port_pref = '\0'; in i_match_hostorip()
652 if (port_pref != NULL && !ports_only) in i_match_hostorip()
653 *port_pref = PORT_SEP; in i_match_hostorip()