Home
last modified time | relevance | path

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

/freebsd-head/sys/netinet/
HDin_var.h465 int in_control_ioctl(u_long, void *, struct ifnet *,
HDin.c332 in_control_ioctl(u_long cmd, void *data, struct ifnet *ifp, in in_control_ioctl() function
471 return (in_control_ioctl(cmd, data, ifp, td ? td->td_ucred : NULL)); in in_control()
/freebsd-head/sys/netlink/route/
HDiface.c1192 return (in_control_ioctl(SIOCAIFADDR, &req, ifp, nlp_get_cred(nlp))); in handle_newaddr_inet()
1211 return (in_control_ioctl(SIOCDIFADDR, &req, ifp, nlp_get_cred(nlp))); in handle_deladdr_inet()