Home
last modified time | relevance | path

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

/freebsd/sys/netlink/route/
H A Diface.c1276 return (in6_control_ioctl(SIOCAIFADDR_IN6, &req, ifp, nlp_get_cred(nlp))); in handle_newaddr_inet6()
1295 return (in6_control_ioctl(SIOCDIFADDR_IN6, &req, ifp, nlp_get_cred(nlp))); in handle_deladdr_inet6()
/freebsd/sys/netinet6/
H A Din6_var.h863 int in6_control_ioctl(u_long, void *, struct ifnet *, struct ucred *);
H A Din6.c264 in6_control_ioctl(u_long cmd, void *data, in in6_control_ioctl() function
621 return (in6_control_ioctl(cmd, data, ifp, td ? td->td_ucred : NULL)); in in6_control()