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

/darwin-on-arm/xnu/bsd/netat/
H A Drouting_tables.h142 } ZT_entry; typedef in typeref:struct:__anon355
147 ZT_entry zt; /* the zone table entry */
207 extern ZT_entry *ZT_table;
227 void getZipTable(ZT_entry *, int, int c);
H A Dddp_rtmptable.c85 ZT_entry *ZT_table; /* the Zone Information Protocol table */
453 if ((ZT_table = (ZT_entry *)_MALLOC(sizeof(ZT_entry)*ZT_maxentry,
472 bzero(&ZT_table[0], sizeof(ZT_entry)* ZT_maxentry);
1014 register ZT_entry *zt;
1046 ZT_entry *d; /* destination */
1051 bcopy(&ZT_table[s], d, c*sizeof(ZT_entry));
H A Dddp_lap.c119 #define MAX_ZIP (MAX_BUFSIZE/sizeof(ZT_entry)-1)
121 #define MAX_ZIP_BYTES (MAX_ZIP * sizeof(ZT_entry))
384 this int is non-zero, then the first ZT_entry is
577 size = j < MAX_ZIP ? sizeof(ZT_entry)*j : MAX_ZIP_BYTES;
593 getZipTable((ZT_entry*)gbuf_rptr(mn),i,j);
1204 ZT_table = (ZT_entry *)NULL;

Completed in 15 milliseconds