Home
last modified time | relevance | path

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

/external/dhcpcd-6.8.2/
Dipv6nd.h98 void ipv6nd_freedrop_ra(struct ra *, int);
99 #define ipv6nd_free_ra(ra) ipv6nd_freedrop_ra((ra), 0)
100 #define ipv6nd_drop_ra(ra) ipv6nd_freedrop_ra((ra), 1)
Dipv6nd.c435 void ipv6nd_freedrop_ra(struct ra *rap, int drop) in ipv6nd_freedrop_ra() function