Searched refs:h_max (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_sg.c753 in_port_t h_min, h_max; local
757 h_max = ntohs(srv->sd_maxport);
760 if (h_max <= h_min)
763 inc = snprintf(buf+len, bufsz, ":%d-%d", h_min, h_max);
H A Dilbadm_rules.c518 in_port_t h_min, h_max; local
522 h_max = ntohs(maxport);
528 if (h_max > h_min)
529 (void) snprintf(buf + len, bufsize - len, "-%d", h_max);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Dfinger.c749 int l_max, h_max; local
752 h_max = min(HMAX, sizeof (ll.ll_host));
756 bcopy(ll.ll_host, pers->host, h_max);
757 pers->host[h_max] = '\0';

Completed in 65 milliseconds