Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dutil.c588 dt->dt_id = -1; in init_timer()
602 if (dt->dt_id == -1) in cancel_timer()
605 if (iu_cancel_timer(tq, dt->dt_id, NULL) == 1) { in cancel_timer()
606 dt->dt_id = -1; in cancel_timer()
625 if (dt->dt_id != -1) in schedule_timer()
627 dt->dt_id = iu_schedule_timer(tq, dt->dt_start, cbfunc, arg); in schedule_timer()
628 return (dt->dt_id != -1); in schedule_timer()
H A Drenew.c89 dlp->dl_t1.dt_id = -1; in dhcp_renew()
166 dlp->dl_t2.dt_id = -1; in dhcp_rebind()
340 lif->lif_expire.dt_id = -1; in dhcp_expire()
H A Dutil.h47 iu_timer_id_t dt_id; member
H A Dstates.c1462 if (dt->dt_id == -1) in cancel_lease_timer()
1503 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.v6898 dt_id timer ID value
/titanic_44/usr/src/lib/libdhcputil/common/
H A Ddhcp_symbol.c70 dsym_cdtype_t dt_id; /* numerical value for the type */ member
594 *type = entry->dt_id; in dsym_parse_type()
903 *id = entry->dt_id; in dsym_get_type_id()