Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dutil.c576 dt->dt_id = -1; in init_timer()
590 if (dt->dt_id == -1) in cancel_timer()
593 if (iu_cancel_timer(tq, dt->dt_id, NULL) == 1) { in cancel_timer()
594 dt->dt_id = -1; in cancel_timer()
613 if (dt->dt_id != -1) in schedule_timer()
615 dt->dt_id = iu_schedule_timer(tq, dt->dt_start, cbfunc, arg); in schedule_timer()
616 return (dt->dt_id != -1); in schedule_timer()
H A Drenew.c90 dlp->dl_t1.dt_id = -1; in dhcp_renew()
167 dlp->dl_t2.dt_id = -1; in dhcp_rebind()
341 lif->lif_expire.dt_id = -1; in dhcp_expire()
H A Dutil.h49 iu_timer_id_t dt_id; member
H A Dstates.c1477 if (dt->dt_id == -1) in cancel_lease_timer()
1518 if (dt->dt_id != -1) { in schedule_lease_timer()
H A Dinterface.c1546 if (dt->dt_id != -1) { in schedule_lif_timer()
1573 if (dt->dt_id == -1) in cancel_lif_timer()
H A DREADME.v6896 dt_id timer ID value
/illumos-gate/usr/src/lib/libdhcputil/common/
H A Ddhcp_symbol.c68 dsym_cdtype_t dt_id; /* numerical value for the type */ member
592 *type = entry->dt_id; in dsym_parse_type()
901 *id = entry->dt_id; in dsym_get_type_id()