Home
last modified time | relevance | path

Searched refs:hcport (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_subr.c982 int hcport = atoi(val); in i_store_val() local
984 if (hcport < 1 || hcport > 65535) { in i_store_val()
990 rd->r_hcport = htons(hcport); in i_store_val()
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_sg.c865 in_port_t hcport = ntohs(rl->rl_hcport); in ilbd_sg_check_rule_port() local
869 if (hcport > r_maxport || hcport < r_minport) { in ilbd_sg_check_rule_port()
873 if (hcport > srv_maxport || in ilbd_sg_check_rule_port()
874 hcport < srv_minport) { in ilbd_sg_check_rule_port()
H A Dilbd_rules.c687 event->adt_ilb_create_rule.hcport = hcpbuf; in ilbd_audit_rule_event()
691 event->adt_ilb_create_rule.hcport = hcpbuf; in ilbd_audit_rule_event()