Searched defs:h_minport (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libilb/common/
H A Dilb_sg.c84 in_port_t h_maxport, h_minport; local
106 h_minport = ntohs(srv->sd_minport);
109 if (h_minport != 0 && h_maxport < h_minport)
331 in_port_t h_maxport, h_minport; local
357 h_minport = ntohs(srv->sd_minport);
358 if (h_maxport != 0 && h_maxport < h_minport)
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_sg.c176 int h_minport, h_maxport; local
208 h_minport = ntohs(sd->sd_minport);
210 if (h_minport == 0)
212 else if (h_maxport > h_minport)
213 (void) sprintf(port_str, ":%d-%d", h_minport, h_maxport);
215 (void) sprintf(port_str, ":%d", h_minport);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_sg.c453 in_port_t h_minport, h_maxport; local
465 h_minport = ntohs(n_sg_srv->sgs_minport);
467 if (h_minport != 0 && h_minport > h_maxport)

Completed in 86 milliseconds