HomeSort by relevance Sort by last modified time
    Searched defs:fragmented (Results 1 - 3 of 3) sorted by null

  /external/tcpdump/
print-ip6.c 59 int fragmented = 0; local
138 fragmented = 1;
167 tcp_print(cp, len, (const u_char *)ip6, fragmented);
170 udp_print(cp, len, (const u_char *)ip6, fragmented);
173 icmp6_print(cp, len, (const u_char *)ip6, fragmented);
  /external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c 148 BOOLEAN fragmented = FALSE; local
190 fragmented = FALSE;
194 fragmented = TRUE;
198 if (!fragmented)
200 /* if data packet is not fragmented, use the original buffer */
206 /* the data packet is too big and need to be fragmented
235 if (!fragmented)
    [all...]
  /external/e2fsprogs/e2fsck/
pass1.c 82 fragmented:1, compressed:1, bbcheck:1; member in struct:process_block_struct
818 pb.is_reg = 0; pb.fragmented = 0; pb.bbcheck = 0;
    [all...]

Completed in 81 milliseconds