Home | History | Annotate | Download | only in src

Lines Matching refs:tt

1691 		    struct dhcp_netid *tt = opt_malloc(sizeof (struct dhcp_netid));
1692 tt->net = opt_string_alloc(arg+4);
1693 tt->next = new->filter;
1694 new->filter = tt;