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

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

Completed in 74 milliseconds