Lines Matching refs:netid
681 new->netid = NULL; in parse_dhcp_opt()
725 new->netid = opt_malloc(sizeof (struct dhcp_netid)); in parse_dhcp_opt()
728 new->netid->net = opt_string_alloc(arg+4); in parse_dhcp_opt()
730 new->netid->net = opt_string_alloc(arg); in parse_dhcp_opt()
731 new->netid->next = np; in parse_dhcp_opt()
732 np = new->netid; in parse_dhcp_opt()
961 !new->netid || in parse_dhcp_opt()
962 new->netid->next) in parse_dhcp_opt()
1630 new->netid.net = NULL; in one_opt()
1659 if (new->netid.net) in one_opt()
1662 new->netid.net = opt_string_alloc(arg); in one_opt()
1808 if ((new->netid.net = opt_malloc(len))) in one_opt()
1811 strcpy(new->netid.net, arg+4); in one_opt()
1812 unhide_metas(new->netid.net); in one_opt()
1948 new->netid = id; in one_opt()
1962 new->netid = NULL; in one_opt()
1969 nn->next = new->netid; in one_opt()
1970 new->netid = nn; in one_opt()
2008 new->netid = NULL; in one_opt()
2015 nn->next = new->netid; in one_opt()
2016 new->netid = nn; in one_opt()
2082 new->netid.net = opt_string_alloc(arg+4); in one_opt()
2084 new->netid.net = opt_string_alloc(arg); in one_opt()
2107 new->netid.net = opt_string_alloc(arg+4); in one_opt()
2109 new->netid.net = opt_string_alloc(arg); in one_opt()
2705 free(configs->netid.net); in reread_dhcp()
2735 for (id = opts->netid; id; id = next) in reread_dhcp()