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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_rules.c137 int r_minport, r_maxport; local
147 r_maxport = ntohs(rl->irl_maxport);
158 if (r_maxport > r_minport) {
174 (r_maxport > r_minport)) {
176 (r_maxport != srv_maxport)) {
187 (r_maxport == r_minport)) {
197 (r_maxport > r_minport)) {
199 rule_portrange = r_maxport - r_minport;
H A Dilbd_sg.c842 in_port_t r_minport, r_maxport; local
849 r_maxport = ntohs(rl->rl_maxport);
869 if (hcport > r_maxport || hcport < r_minport) {
889 r_maxport != srv_maxport) {
893 if ((range != r_maxport - r_minport) && range != 0)
/illumos-gate/usr/src/lib/libilb/common/
H A Dlibilb.h224 in_port_t r_maxport; /* if != 0, defines port range */ member in struct:rule_data

Completed in 63 milliseconds