Searched refs:ZT_table (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/netat/
H A Dddp_rtmptable.c85 ZT_entry *ZT_table; /* the Zone Information Protocol table */ variable
453 if ((ZT_table = (ZT_entry *)_MALLOC(sizeof(ZT_entry)*ZT_maxentry,
456 ("rtmptable: Can't allocate ZT_table\n"));
472 bzero(&ZT_table[0], sizeof(ZT_entry)* ZT_maxentry);
506 if (ZT_table[i].ZoneCount == 0 && ZT_table[i].Zone.len == 0) {/* free entry */
507 ZT_table[i].Zone = *zname;
509 i, ZT_table[i].Zone.str, ZT_table[i].Zone.len));
534 zmap bits beyond ZT_table siz
[all...]
H A Drouting_tables.h181 ZT_table[(num-1)].ZoneCount-- ; \
190 ZT_table[(num-1)].ZoneCount++ ; \
207 extern ZT_entry *ZT_table;
H A Dddp_r_zip.c205 if ((len = zt_get_zmcast(ifID, &ZT_table[Index].Zone, &GNIReply[8+zname->len])))
218 GNIReply[packet_length + 1] = ZT_table[Index].Zone.len;
219 bcopy(&ZT_table[Index].Zone.str, &GNIReply[packet_length + 2],
220 ZT_table[Index].Zone.len);
221 packet_length = packet_length +2 + ZT_table[Index].Zone.len;
372 if (reply_length + 3 + ZT_table[Index].Zone.len > DDP_DATA_SIZE) {
396 if (ZT_table[Index].Zone.len) {
400 *ReplyBuff++ = ZT_table[Index].Zone.len;
402 bcopy(&ZT_table[Index].Zone.str, ReplyBuff,
403 ZT_table[Inde
[all...]
H A Daurp_zi.c472 zname_len = ZT_table[idx].Zone.len;
488 bcopy(ZT_table[idx].Zone.str, buf, zname_len);
507 zname_len = ZT_table[idx].Zone.len;
529 bcopy(ZT_table[idx].Zone.str, buf, zname_len);
612 ("AURPsetzi: ZT_table full\n"));
H A Dddp_lap.c381 /* return next ZT_entryno from ZT_table
1202 if (ZT_table) {
1203 FREE(ZT_table, M_RTABLE);
1204 ZT_table = (ZT_entry *)NULL;
1542 ifc->ifc_zoneName = ZT_table[elapp->ifDefZone-1].Zone;
1545 ifc->ifc_zoneName = ZT_table[0].Zone;
H A Dddp_r_rtmp.c1543 ifID->ifZoneName = ZT_table[Index-1].Zone;

Completed in 77 milliseconds