Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/net/
H A Dkpi_interface.h817 typedef u_int32_t ifnet_ctl_cmd_t; typedef
1001 typedef errno_t (*ifnet_ctl_func)(ifnet_t interface, ifnet_ctl_cmd_t cmd,
H A Ddlil.c374 static errno_t ifp_if_ctl(struct ifnet *, ifnet_ctl_cmd_t, u_int32_t, void *);
9974 ifp_if_ctl(struct ifnet *ifp, ifnet_ctl_cmd_t cmd, u_int32_t arglen, void *arg) in ifp_if_ctl()