Lines Matching refs:netid
682 new->netid = NULL; in parse_dhcp_opt()
726 new->netid = opt_malloc(sizeof (struct dhcp_netid)); in parse_dhcp_opt()
729 new->netid->net = opt_string_alloc(arg+4); in parse_dhcp_opt()
731 new->netid->net = opt_string_alloc(arg); in parse_dhcp_opt()
732 new->netid->next = np; in parse_dhcp_opt()
733 np = new->netid; in parse_dhcp_opt()
962 !new->netid || in parse_dhcp_opt()
963 new->netid->next) in parse_dhcp_opt()
1657 new->netid.net = NULL; in one_opt()
1686 if (new->netid.net) in one_opt()
1689 new->netid.net = opt_string_alloc(arg); in one_opt()
1835 if ((new->netid.net = opt_malloc(len))) in one_opt()
1838 strcpy(new->netid.net, arg+4); in one_opt()
1839 unhide_metas(new->netid.net); in one_opt()
1975 new->netid = id; in one_opt()
1989 new->netid = NULL; in one_opt()
1996 nn->next = new->netid; in one_opt()
1997 new->netid = nn; in one_opt()
2035 new->netid = NULL; in one_opt()
2042 nn->next = new->netid; in one_opt()
2043 new->netid = nn; in one_opt()
2109 new->netid.net = opt_string_alloc(arg+4); in one_opt()
2111 new->netid.net = opt_string_alloc(arg); in one_opt()
2134 new->netid.net = opt_string_alloc(arg+4); in one_opt()
2136 new->netid.net = opt_string_alloc(arg); in one_opt()
2732 free(configs->netid.net); in reread_dhcp()
2762 for (id = opts->netid; id; id = next) in reread_dhcp()