/external/tcpdump/ |
print-tftp.c | 35 #ifdef SEGSIZE 36 #undef SEGSIZE /* SINIX sucks */
|
print-decnet.c | 659 int services, info, segsize; local 669 segsize = EXTRACT_LE_16BITS(cimp->ci_segsize); 698 (void)printf("segsize %d ", segsize); 713 u_int segsize, optlen; local 723 segsize = EXTRACT_LE_16BITS(ccmp->cc_segsize); 753 (void)printf("segsize %d ", segsize);
|
tftp.h | 43 #define SEGSIZE 512 /* data segment size */
|
print-udp.c | 33 #ifdef SEGSIZE 34 #undef SEGSIZE
|
print-rx.c | 713 if (mask & 16) printf(" segsize %lu", i); \ [all...] |
/external/iputils/ |
tftpsubs.c | 59 #define PKTSIZE SEGSIZE+4 /* should be moved to tftp.h */ 69 /* [-1 .. SEGSIZE] = size of data in the data buffer */ 137 b->counter = read(fileno(file), dp->th_data, SEGSIZE); 142 for (i = 0 ; i < SEGSIZE; i++) {
|
tftp.h | 41 #define SEGSIZE 512 /* data segment size */
|
tftpd.c | 83 #define PKTSIZE SEGSIZE+4 406 } while (size == SEGSIZE); 473 } while (size == SEGSIZE);
|
/external/llvm/lib/DebugInfo/ |
DWARFDebugArangeSet.h | 36 uint8_t SegSize;
|
DWARFDebugArangeSet.cpp | 73 HeaderData.SegSize = data.getU8(offset_ptr); 120 HeaderData.CuOffset, HeaderData.AddrSize, HeaderData.SegSize);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/ |
tftp.h | 38 #define SEGSIZE 512 /* data segment size */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/ |
tftp.h | 38 #define SEGSIZE 512 /* data segment size */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/ |
tftp.h | 38 #define SEGSIZE 512 /* data segment size */
|
/external/e2fsprogs/intl/ |
loadmsgcat.c | 1146 need += W (domain->must_swap, p->segsize); 1285 nls_uint32 segsize = local [all...] |
gmo.h | 137 nls_uint32 segsize; member in struct:sysdep_string::segment_pair
|
/external/valgrind/main/coregrind/m_debuginfo/ |
readdwarf3.c | [all...] |