Home
last modified time | relevance | path

Searched defs:dhcp_optitem (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/networking/udhcp/
Ddhcpc.c115 struct dhcp_optitem { struct
116 unsigned len;
117 uint8_t code;
118 uint8_t malloced;
119 uint8_t *data;
120 char *env;