Searched refs:Zone (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/bsd/netat/
H A Dddp_r_zip.c126 /* access the Zone Name info part of the GetNetInfo Request */
169 GNIReply[1] = 0; /* Zone Valid */
205 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
[all...]
H A Dddp_rtmptable.c85 ZT_entry *ZT_table; /* the Zone Information Protocol table */
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));
545 ZT_table[Index].Zone.str, ZT_table[Index].ZoneCount));
549 ZT_table[Index].Zone.len = 0;
632 char *buffer; /* resulting Zone Multicast address */
684 * return the entry number+1 in the Zone Table, or zero if not found
746 if (!ZT_table[i].ZoneCount || zname->len != ZT_table[i].Zone
[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);
H A Drouting_tables.h71 #define ZT_BYTES (ZT_MAX/8) /* Bytes in Zone Bitmap */
125 u_char ZoneBitMap[ZT_BYTES]; /* One bit per Zone defined for this entry */
140 at_nvestr_t Zone; /* zone name as a Network Visible Entity */ member in struct:__anon355
H A Dddp_lap.c1542 ifc->ifc_zoneName = ZT_table[elapp->ifDefZone-1].Zone;
1545 ifc->ifc_zoneName = ZT_table[0].Zone;
H A Dddp_r_rtmp.c625 ("rtmp_update: Zone unknown for %d-%d state=0x%x\n",
1252 * ### LD 01/09/95 Changed to correct Zone problem on non seed ports.
1543 ifID->ifZoneName = ZT_table[Index-1].Zone;
/darwin-on-arm/xnu/osfmk/kern/
H A Dzalloc.c62 * Zone-based memory allocator. A zone is a collection of fixed size
103 * Zone Corruption Debugging
127 * Zone corruption logging
130 * "zlog=<zone name to log> -zc". Search for "Zone corruption logging" later in this
148 * Zone checking helper macro.
262 * Zone info options
418 * Zone leak debugging code
437 * Zone corruption logging
553 #pragma mark Zone Leak Detection
569 #define ZLEAK_STATE_ENABLED 0x01 /* Zone lea
[all...]

Completed in 29 milliseconds