Home
last modified time | relevance | path

Searched refs:msgopt_list (Results 1 – 1 of 1) sorted by relevance

/external/toybox/toys/pending/
Ddhcp.c207 static option_val_t *msgopt_list = NULL; variable
517 if (msgopt_list) { in fill_envp()
519 if ((msgopt_list[count].len == 0) || (msgopt_list[count].val == NULL)) continue; in fill_envp()
520 ret = setenv(msgopt_list[count].key, (char*)msgopt_list[count].val, 1); in fill_envp()
1065 if(msgopt_list){ in dhcpc_parseoptions()
1067 if(msgopt_list[count].val) free(msgopt_list[count].val); in dhcpc_parseoptions()
1068 msgopt_list[count].val = NULL; in dhcpc_parseoptions()
1069 msgopt_list[count].len = 0; in dhcpc_parseoptions()
1072 msgopt_list = xmalloc(sizeof(options_list)); in dhcpc_parseoptions()
1073 memcpy(msgopt_list, options_list, sizeof(options_list)); in dhcpc_parseoptions()
[all …]