Searched refs:ia_tid (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dipc_action.c53 ia->ia_tid = -1;
72 if (ia->ia_fd != -1 || ia->ia_tid != -1 || iareq->ia_fd == -1) {
88 iareq->ia_tid = -1;
90 iareq->ia_tid = iu_schedule_timer(tq,
93 if (iareq->ia_tid == -1) {
153 if (dsmp->dsm_ia.ia_tid != -1 &&
154 iu_cancel_timer(tq, dsmp->dsm_ia.ia_tid, NULL) == 1) {
155 dsmp->dsm_ia.ia_tid = -1;
185 ia->ia_tid = -1;
H A Dipc_action.h52 iu_timer_id_t ia_tid; /* ipc timer id */ member in struct:ipc_action

Completed in 67 milliseconds