Home
last modified time | relevance | path

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

/external/dnsmasq/contrib/wrt/
Ddhcp_lease_time.c49 #define OPTION_END 255 macro
73 while (*p != OPTION_END) in option_find1()
93 return opt == OPTION_END ? p : NULL; in option_find1()
170 *(p++) = OPTION_END; in main()
Ddhcp_release.c58 #define OPTION_END 255 macro
317 *(p++) = OPTION_END; in main()
/external/dnsmasq/src/
Drfc2131.c57 #define OPTION_END 255 macro
206 unsigned char *last_opt = option_find(mess, sz, OPTION_END, 0); in dhcp_reply()
828 req_options[option_len(opt)] = OPTION_END; in dhcp_reply()
1418 while (*start != OPTION_END) in log_options()
1454 else if (*p == OPTION_END) in option_find1()
1455 return opt == OPTION_END ? p : NULL; in option_find1()
1591 *dhcp_skip_opts(mess->file) = OPTION_END; in dhcp_packet_size()
1600 *dhcp_skip_opts(mess->sname) = OPTION_END; in dhcp_packet_size()
1608 *p++ = OPTION_END; in dhcp_packet_size()
1753 for (i = 0; list[i] != OPTION_END; i++) in in_list()
[all …]
/external/autotest/client/cros/
Ddhcp_packet.py358 OPTION_END = 255 variable
662 while offset < len(byte_str) and ord(byte_str[offset]) != OPTION_END:
772 data.append(chr(OPTION_END))
/external/dnsmasq/contrib/lease-access/
Dlease.access.patch491 req_options[option_len(opt)] = OPTION_END;