| /src/external/bsd/tcpdump/dist/ |
| print-ip-demux.c | 38 u_int length, u_int ver, int fragmented, u_int ttl_hl, 65 esp_print(ndo, bp, length, iph, ver, fragmented, ttl_hl); 96 tcp_print(ndo, bp, length, iph, fragmented); 100 udp_print(ndo, bp, length, iph, fragmented, ttl_hl); 105 icmp_print(ndo, bp, length, iph, fragmented); 115 icmp6_print(ndo, bp, length, iph, fragmented);
|
| print-ip6.c | 238 int fragmented = 0; local 389 fragmented = 1; 493 ip_demux_print(ndo, cp, len, 6, fragmented,
|
| print-udp.c | 373 const u_char *bp2, int fragmented, u_int ttl_hl) 556 if (ndo->ndo_vflag && !ndo->ndo_Kflag && !fragmented) { 650 isakmp_rfc3948_print(ndo, cp, length, bp2, IP_V(ip), fragmented, ttl_hl); 731 if (ulen > length && !fragmented) 738 if (ulen > length && !fragmented)
|
| print-esp.c | 740 int fragmented USED_IF_LIBCRYPTO, 791 /* XXX - check whether it's fragmented? */ 806 if (fragmented) 925 ip_demux_print(ndo, pt, payloadlen - (padlen + 2), ver, fragmented,
|
| print-icmp.c | 319 int fragmented) 656 if (ndo->ndo_vflag && !fragmented) { /* don't attempt checksumming if this is a frag */
|
| print-tcp.c | 163 const u_char *bp2, int fragmented) 400 if (ndo->ndo_vflag && !ndo->ndo_Kflag && !fragmented) {
|
| print-icmp6.c | 1028 const u_char *bp, u_int length, const u_char *bp2, int fragmented) 1051 if (ndo->ndo_vflag && !fragmented) {
|
| print-isakmp.c | 3101 const u_char *bp2, int ver, int fragmented, u_int ttl_hl) 3126 esp_print(ndo, bp, length, bp2, ver, fragmented, ttl_hl);
|
| /src/external/bsd/jemalloc.old/dist/test/unit/ |
| retained.c | 147 size_t fragmented = 0; local 161 fragmented += psz_fragmented;
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| Module.h | 186 unsigned fragmented; // -xF used when compiling module member in class:Module
|
| Module.cc | 66 fragmented = 0;
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| Module.h | 186 unsigned fragmented; // -xF used when compiling module member in class:Module
|
| Module.cc | 66 fragmented = 0;
|
| /src/external/mpl/bind/dist/lib/dns/include/dns/ |
| qp.h | 319 bool fragmented; /*%< trie needs compaction */ member in struct:dns_qp_memusage 401 * When modifications make a trie too fragmented, it is automatically 410 * \li If `mode == DNS_QPGC_MAYBE`, the trie is cleaned if it is fragmented 831 * fragmented` flag to trigger a call to dns_qp_compact(), or you
|
| /src/external/bsd/ipf/dist/ |
| HISTORY | 567 patched from Frank Volf for ipmon (ICMP & fragmented packets) and allowing 851 patch from guido for state connections that get fragmented 1799 Added filtering of fragmented packets using "with frag" 24/2/95
|
| /src/external/mpl/bind/dist/tests/bench/ |
| qpmulti.c | 321 * fragmented check ourself so we can count compactions 323 if (dns_qp_memusage(qp).fragmented) {
|
| /src/external/mpl/bind/dist/lib/dns/ |
| qp.c | 960 * fragmented chunks. 1105 .fragmented = QP_NEEDGC(qp),
|