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

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dat_var.h81 } at_elap_stats_t; typedef in typeref:struct:__anon263
175 at_elap_stats_t stats;
H A Dddp_lap.c318 at_elap_stats_t *statsp;
357 if ((gbuf_cont(m) =gbuf_alloc(sizeof(at_elap_stats_t),
362 statsp = ((at_elap_stats_t *)gbuf_rptr(gbuf_cont(m)));
364 gbuf_wset(gbuf_cont(m),sizeof(at_elap_stats_t));
365 iocbp->ioc_count = sizeof(at_elap_stats_t);

Completed in 31 milliseconds