Home
last modified time | relevance | path

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

/dports/net/dhcpcd/dhcpcd-9.4.1/src/
H A Dipv6.h296 void ipv6_freedrop(struct interface *, int);
297 #define ipv6_free(ifp) ipv6_freedrop((ifp), 0)
298 #define ipv6_drop(ifp) ipv6_freedrop((ifp), 2)
H A Dipv6.c1826 ipv6_freedrop(struct interface *ifp, int drop) in ipv6_freedrop() function