Searched refs:h_maxport (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
107 h_maxport = ntohs(srv->sd_maxport);
109 if (h_minport != 0 && h_maxport < h_minport)
331 in_port_t h_maxport, h_minport; local
356 h_maxport = ntohs(srv->sd_maxport);
358 if (h_maxport != 0 && h_maxport < h_minport)

Completed in 20 milliseconds