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

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Drouting_tables.h139 u_short ZoneCount; /* Count of reference to zone entry */ member in struct:__anon279
181 ZT_table[(num-1)].ZoneCount-- ; \
190 ZT_table[(num-1)].ZoneCount++ ; \
H A Dddp_rtmptable.c506 if (ZT_table[i].ZoneCount == 0 && ZT_table[i].Zone.len == 0) {/* free entry */
519 * If the ZoneCount of a zone reaches zero, delete the zone from the zone table
545 ZT_table[Index].Zone.str, ZT_table[Index].ZoneCount));
546 if (ZT_table[Index].ZoneCount > 0)
547 ZT_table[Index].ZoneCount--;
548 if (ZT_table[Index].ZoneCount == 0)
746 if (!ZT_table[i].ZoneCount || zname->len != ZT_table[i].Zone.len)
787 ZT_table[num].ZoneCount++;
804 ZT_table[num].ZoneCount--;
948 if (ZT_table[i].ZoneCount)
[all...]
H A Dddp_r_zip.c1353 char *QueryBuff, *ZoneCount; local
1366 ZoneCount = QueryBuff; /* network count */
1367 *ZoneCount = 0;
1389 *ZoneCount, port, Query_index));
1425 *ZoneCount += 1;/* bump the number of network requested */
1436 *ZoneCount, port, Query_index));
1438 if (*ZoneCount) { /* non-full Query needs to be sent */
1748 if (ZT_table[Index].ZoneCount && ZLength) {
1808 short zCount, ZoneCount, ZonesInPacket; local
1815 Index = Index_wanted = ZLength = i = j = packet_len = zCount = ZoneCount
[all...]

Completed in 26 milliseconds