Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/prot/
Ddhcp6.h96 #define DHCP6_STATUS_NOADDRSAVAIL 2 /* Server has no addresses available to assign to the IA(s). … macro
/third_party/toybox/toys/pending/
Ddhcp6.c83 #define DHCP6_STATUS_NOADDRSAVAIL 2 macro
Ddhcpd.c118 #define DHCP6_STATUS_NOADDRSAVAIL 2 macro
1808 (*status_code_p).status_code = htons(DHCP6_STATUS_NOADDRSAVAIL); in dhcpd_main()