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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_subr.c982 int hcport = atoi(val); local
984 if (hcport < 1 || hcport > 65535) {
986 " hcport %s"), val);
990 rd->r_hcport = htons(hcport);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_sg.c823 * 1. If the health check's probe port (hcport) is specified.
824 * - if server port range is specified, check if hcport is inside
827 * the rule's port range), check if hcport is inside the rule's range.
865 in_port_t hcport = ntohs(rl->rl_hcport); local
869 if (hcport > r_maxport || hcport < r_minport) {
873 if (hcport > srv_maxport ||
874 hcport < srv_minport) {
H A Dilbd_rules.c50 #define PORT_LEN 6 /* hcport:1-65535 or "ANY" */
515 char hcpbuf[PORT_LEN]; /* hcport */
682 /* Fill in hcport */
684 /* hcport is specified by user */
687 event->adt_ilb_create_rule.hcport = hcpbuf;
691 event->adt_ilb_create_rule.hcport = hcpbuf;

Completed in 64 milliseconds