Home
last modified time | relevance | path

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

/external/dhcpcd-6.8.2/
Ddhcp6.h149 #define IRT_MINIMUM 600 macro
Ddhcp6.c2799 if (state->renew < IRT_MINIMUM) in dhcp6_handledata()
2800 state->renew = IRT_MINIMUM; in dhcp6_handledata()
/external/scapy/scapy/layers/
Ddhcp6.py771 IRT_MINIMUM=600 variable