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

/osnet-11/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)

Completed in 22 milliseconds