Home
last modified time | relevance | path

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

/third_party/toybox/toys/pending/
H A Ddhcp.c206 static option_val_t *msgopt_list = NULL; variable
516 if (msgopt_list) { in fill_envp()
518 if ((msgopt_list[count].len == 0) || (msgopt_list[count].val == NULL)) continue; in fill_envp()
519 ret = setenv(msgopt_list[count].key, (char*)msgopt_list[count].val, 1); in fill_envp()
1066 if(msgopt_list){ in dhcpc_parseoptions()
1068 if(msgopt_list[count].val) free(msgopt_list[count].val); in dhcpc_parseoptions()
1069 msgopt_list[coun in dhcpc_parseoptions()
[all...]

Completed in 2 milliseconds