Searched refs:ifnet_ctl_cmd_t (Results 1 – 2 of 2) sorted by relevance
817 typedef u_int32_t ifnet_ctl_cmd_t; typedef1001 typedef errno_t (*ifnet_ctl_func)(ifnet_t interface, ifnet_ctl_cmd_t cmd,
374 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()