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

/darwin-on-arm/xnu/bsd/net/
H A Dkpi_interface.h718 @typedef ifnet_ctl_cmd_t
721 typedef u_int32_t ifnet_ctl_cmd_t; typedef
771 @param cmd The ifnet_ctl_cmd_t interface control command.
776 typedef errno_t (*ifnet_ctl_func)(ifnet_t interface, ifnet_ctl_cmd_t cmd,
H A Ddlil.c364 static errno_t ifp_if_ctl(struct ifnet *, ifnet_ctl_cmd_t, u_int32_t, void *);
5209 ifp_if_ctl(struct ifnet *ifp, ifnet_ctl_cmd_t cmd, u_int32_t arglen, void *arg)

Completed in 34 milliseconds