Home | History | Annotate | Download | only in src

Lines Matching defs:newid

1935 	    struct dhcp_netid *newid = opt_malloc(sizeof(struct dhcp_netid));
1936 newid->next = id;
1937 id = newid;
1939 newid->net = opt_string_alloc(arg+4);