Home
last modified time | relevance | path

Searched refs:DHCP6RELEASE (Results 1 – 2 of 2) sorted by relevance

/external/toybox/toys/pending/
Ddhcp6.c62 #define DHCP6RELEASE 8 macro
297 } else if (type == DHCP6REQUEST || type == DHCP6RELEASE || type == DHCP6RENEW) in send_msg()
496 if (TT.state == DHCP6RELEASE || TT.state == DHCP6REQUEST ) { in signal_handler()
509 if (TT.state == DHCP6RELEASE) return; in signal_handler()
512 send_msg(DHCP6RELEASE); in signal_handler()
513 TT.state = DHCP6RELEASE; in signal_handler()
521 send_msg(DHCP6RELEASE); in signal_handler()
609 TT.state == DHCP6RELEASE) { in dhcp6_main()
664 if (toys.optflags & FLAG_R) send_msg(DHCP6RELEASE); in dhcp6_main()
682 } else if (TT.state == DHCP6RELEASE) { in dhcp6_main()
Ddhcpd.c76 #define DHCP6RELEASE 8 macro
1971 case DHCP6RELEASE: in dhcpd_main()