• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/

Lines Matching refs:ashort

1520     u_int16_t       ashort;
1579 ad_getattr(&ad, &ashort);
1581 ashort = htons(ATTRBIT_INVISIBLE);
1583 ashort = 0;
1584 ashort |= htons(ATTRBIT_SHARED);
1585 memcpy( data, &ashort, sizeof( ashort ));
1586 data += sizeof( ashort );
1622 ashort = htons(FINDERINFO_CLOSEDVIEW);
1623 memcpy(data + FINDERINFO_FRVIEWOFF, &ashort, sizeof(ashort));
1627 ashort = htons(FINDERINFO_INVISIBLE);
1628 memcpy(data + FINDERINFO_FRFLAGOFF, &ashort, sizeof(ashort));
1655 ashort = 0;
1662 ashort = (afp_bandsdid_GetOffcnt() > 0xffff)?0xffff:afp_bandsdid_GetOffcnt();
1666 ashort = (dir->d_offcnt > 0xffff)?0xffff:dir->d_offcnt;
1674 ashort = (dir->d_offcnt > 0xffff)?0xffff:dir->d_offcnt;
1678 ashort = (dir->d_offcnt > 0xffff)?0xffff:dir->d_offcnt;
1682 ashort = (dir->d_offcnt > 0xffff)?0xffff:dir->d_offcnt;
1687 ashort = htons( ashort );
1688 memcpy( data, &ashort, sizeof( ashort ));
1689 data += sizeof( ashort );
1731 ashort = htons( 0x0200 );
1732 memcpy( data, &ashort, sizeof( ashort ));
1733 data += sizeof( ashort );
1734 memset( data, 0, sizeof( ashort ));
1735 data += sizeof( ashort );
1770 ashort = htons( data - buf );
1771 memcpy( l_nameoff, &ashort, sizeof( ashort ));
1775 ashort = htons( data - buf );
1776 memcpy( utf_nameoff, &ashort, sizeof( ashort ));
1874 u_int16_t ashort, bshort, oshort;
1897 memcpy( &ashort, buf, sizeof( ashort ));
1898 buf += sizeof( ashort );
2031 if ( ntohs( ashort ) & ATTRBIT_SETCLR ) {
2032 bshort |= htons( ntohs( ashort ) & ~ATTRBIT_SETCLR );
2034 bshort &= ~ashort;
2490 u_int16_t ashort;
2503 ad_getattr(&ad, &ashort);
2505 if ((ashort & htons(ATTRBIT_NODELETE))) {