Home | History | Annotate | Download | only in src

Lines Matching refs:newid

1952 	    struct dhcp_netid *newid = opt_malloc(sizeof(struct dhcp_netid));
1953 newid->next = id;
1954 id = newid;
1956 newid->net = opt_string_alloc(arg+4);