Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/net/
H A Dkpi_interface.h815 typedef u_int32_t ifnet_ctl_cmd_t; typedef
996 typedef errno_t (*ifnet_ctl_func)(ifnet_t interface, ifnet_ctl_cmd_t cmd,
H A Ddlil.c395 static errno_t ifp_if_ctl(struct ifnet *, ifnet_ctl_cmd_t, u_int32_t, void *);
10305 ifp_if_ctl(struct ifnet *ifp, ifnet_ctl_cmd_t cmd, u_int32_t arglen, void *arg) in ifp_if_ctl()