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; local
400 port_pref = dash = NULL;
420 port_pref = val - 1; /* we increment again later on */
469 port_pref = val;
509 port_pref = strchr(val, (int)PORT_SEP);
511 if (port_pref != NULL && is_ports_ok) {
512 port1p = port_pref + 1;
513 *port_pref = '\0';
652 if (port_pref != NULL && !ports_only)
653 *port_pref
[all...]

Completed in 64 milliseconds