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

/xnu-2422.115.4/bsd/net/
H A Dif_utun.h68 #define UTUN_OPT_INC_IFDATA_STATS_IN 4 /* set to increment stat counters (type struct utun_stats_param) */
69 #define UTUN_OPT_INC_IFDATA_STATS_OUT 5 /* set to increment stat counters (type struct utun_stats_param) */
99 struct utun_stats_param { struct
H A Dif_utun.c542 struct utun_stats_param *utsp = (struct utun_stats_param *)data;
544 if (utsp == NULL || len < sizeof(struct utun_stats_param)) {

Completed in 23 milliseconds