Home
last modified time | relevance | path

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

/aosp_15_r20/external/dnsmasq/src/
H A Drfc2131.c57 #define OPTION_END 255 macro
194 unsigned char* last_opt = option_find(mess, sz, OPTION_END, 0); in dhcp_reply()
737 req_options[option_len(opt)] = OPTION_END; in dhcp_reply()
1246 while (*start != OPTION_END) { in log_options()
1274 else if (*p == OPTION_END) in option_find1()
1275 return opt == OPTION_END ? p : NULL; in option_find1()
1391 *dhcp_skip_opts(mess->file) = OPTION_END; in dhcp_packet_size()
1398 *dhcp_skip_opts(mess->sname) = OPTION_END; in dhcp_packet_size()
1404 *p++ = OPTION_END; in dhcp_packet_size()
1526 for (i = 0; list[i] != OPTION_END; i++) in in_list()
[all …]
/aosp_15_r20/external/autotest/client/cros/
H A Ddhcp_packet.py405 OPTION_END = 255 variable
710 byte_str[offset]) != OPTION_END:
819 data += get_bytes(chr(OPTION_END))
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Ddhcpcsdk.h90 #define OPTION_END 255 macro