• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/dcerpc-61/dcerpc/ncklib/

Lines Matching defs:tower

89 **      The protocol tower service provides routines that:
92 ** a protocol tower
94 ** o convert a protocol tower to a socket address
102 #include <twrp.h> /* Private tower services */
123 ** Creates the canonical representation of a DECnet protocol tower's
125 ** on the wire, or included in a DNA tower.
135 ** lower_flrs Returns the lower tower floors in a twr_t
184 * data once we have allocated the tower string.
225 * Calculate length of tower floor.
237 * Next allocate space for the tower structure
247 * Copy the length of the tower octet string into the tower structure
252 * Copy the floor information into the tower octet string
262 * Copy the number of floors into the tower octet string
281 * tower octet string. (Converted before the loop.)
289 * Copy the protocol identifier into tower octet string
299 * tower octet string.
310 * tower octet string
338 ** DECnet protocol tower's lower floors.
343 ** The protocol tower to convert to a sockaddr.
378 byte_p_t tower;
393 if ( !(tower = tower_octet_string))
400 * Get the tower floor count
402 memcpy ((char *)&floor_count, (char *)tower, twr_c_tower_flr_count_size);
405 tower += twr_c_tower_flr_count_size;
417 memcpy ((char *)&id_size, (char *)tower,
425 memcpy ((char *)&id, (char *)(tower + TWR_C_TOWER_FLR_LHS_COUNT_SIZE),
448 (char *)(tower + TWR_C_TOWER_FLR_LHS_COUNT_SIZE +
452 tower += TWR_C_TOWER_FLR_LHS_COUNT_SIZE + id_size +
471 tower += (TWR_C_TOWER_FLR_LHS_COUNT_SIZE + id_size);
500 memcpy ((char *)&addr_size, (char *)tower, RPC_C_TOWER_FLR_RHS_COUNT_SIZE);
502 tower += RPC_C_TOWER_FLR_RHS_COUNT_SIZE;
508 (char *)tower,
511 tower += addr_size;
516 memcpy ((char *)&id_size, (char *)tower,
519 tower += TWR_C_TOWER_FLR_LHS_COUNT_SIZE;
525 memcpy ((char *)&id, (char *)tower, twr_c_tower_prot_id_size);
526 tower += id_size;
541 memcpy ((char *)&addr_size, (char *)tower, RPC_C_TOWER_FLR_RHS_COUNT_SIZE);
543 tower += RPC_C_TOWER_FLR_RHS_COUNT_SIZE;
551 (char *)tower,
554 tower += addr_size;
560 memcpy ((char *)&id_size, (char *)tower,
563 tower += TWR_C_TOWER_FLR_LHS_COUNT_SIZE;
569 memcpy ((char *)&id, (char *)tower, twr_c_tower_prot_id_size);
570 tower += id_size;
585 memcpy ((char *)&addr_size, (char *)tower, RPC_C_TOWER_FLR_RHS_COUNT_SIZE);
587 tower += RPC_C_TOWER_FLR_RHS_COUNT_SIZE;
590 (char *)tower,