Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_hc.c734 ilbd_hc_srv_t *new_srv; in ilbd_hc_srv_add() local
737 if ((new_srv = calloc(1, sizeof (ilbd_hc_srv_t))) == NULL) in ilbd_hc_srv_add()
739 new_srv->shc_hc = hc; in ilbd_hc_srv_add()
740 new_srv->shc_hc_rule = hc_rule; in ilbd_hc_srv_add()
741 new_srv->shc_sg_srv = srv; in ilbd_hc_srv_add()
742 new_srv->shc_ev_port = ev_port; in ilbd_hc_srv_add()
743 new_srv->shc_tid = -1; in ilbd_hc_srv_add()
744 new_srv->shc_nexttime = time(NULL); in ilbd_hc_srv_add()
745 new_srv->shc_lasttime = new_srv->shc_nexttime; in ilbd_hc_srv_add()
749 new_srv->shc_status = ILB_HCS_UNINIT; in ilbd_hc_srv_add()
[all …]