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; local
399 port1p = port2p = host2p = host1p = NULL;
512 port1p = port_pref + 1;
515 dash = strchr(port1p, (int)'-');
520 if (port1p != NULL) {
521 p1 = i_parseport(port1p, NULL, &p_flg);
524 " specified"), port1p);

Completed in 54 milliseconds