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

/opensolaris-onvv-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)
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_sg.c175 int h_minport, h_maxport; local
207 h_minport = ntohs(sd->sd_minport);
209 if (h_minport == 0)
211 else if (h_maxport > h_minport)
212 (void) sprintf(port_str, ":%d-%d", h_minport, h_maxport);
214 (void) sprintf(port_str, ":%d", h_minport);
/opensolaris-onvv-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 40 milliseconds