Lines Matching refs:tt
1674 struct dhcp_netid *tt = opt_malloc(sizeof (struct dhcp_netid));1675 tt->net = opt_string_alloc(arg+4);1676 tt->next = new->filter;1677 new->filter = tt;