Searched refs:ZT_entryno (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/netat/
H A Drouting_tables.h148 } ZT_entryno; typedef in typeref:struct:__anon356
216 extern ZT_entryno *zt_getNextZone(int);
H A Dddp_lap.c194 size = sizeof(ZT_entryno);
381 /* return next ZT_entryno from ZT_table
382 a pointer to the struct ZT_entryno is passed down from
390 ZT_entryno *pZTe;
398 if ((gbuf_cont(m) = gbuf_alloc(sizeof(ZT_entryno), PRI_MED)) == NULL) {
402 *(ZT_entryno *)gbuf_rptr(gbuf_cont(m)) = *pZTe;
403 gbuf_wset(gbuf_cont(m),sizeof(ZT_entryno));
404 iocbp->ioc_count = sizeof(ZT_entryno);
H A Dddp_rtmptable.c929 ZT_entryno *zt_getNextZone(first)
939 static ZT_entryno zte;

Completed in 19 milliseconds