Home
last modified time | relevance | path

Searched refs:dhcp6_drop (Results 1 – 4 of 4) sorted by relevance

/external/dhcpcd-6.8.2/
Ddhcp6.h247 void dhcp6_drop(struct interface *, const char *);
257 #define dhcp6_drop(a, b) {} macro
Dipv6nd.c315 dhcp6_drop(ifp, "EXPIRE6"); in ipv6nd_sendrsprobe()
1516 dhcp6_drop(ifp, "EXPIRE6"); in ipv6nd_expirera()
Ddhcpcd.c326 dhcp6_drop(ifp, stop ? NULL : "EXPIRE6"); in dhcpcd_drop()
Ddhcp6.c1163 dhcp6_drop(ifp, "EXPIRE6"); in dhcp6_sendmessage()
3423 dhcp6_drop(struct interface *ifp, const char *reason) in dhcp6_drop() function