Home
last modified time | relevance | path

Searched refs:fragmented (Results 1 – 25 of 39) sorted by relevance

12

/freebsd/contrib/tcpdump/
H A Dprint-ip-demux.c38 u_int length, u_int ver, int fragmented, u_int ttl_hl, in ip_demux_print() argument
65 esp_print(ndo, bp, length, iph, ver, fragmented, ttl_hl); in ip_demux_print()
96 tcp_print(ndo, bp, length, iph, fragmented); in ip_demux_print()
100 udp_print(ndo, bp, length, iph, fragmented, ttl_hl); in ip_demux_print()
105 icmp_print(ndo, bp, length, iph, fragmented); in ip_demux_print()
115 icmp6_print(ndo, bp, length, iph, fragmented); in ip_demux_print()
H A Dprint-ip6.c233 int fragmented = 0; in ip6_print() local
384 fragmented = 1; in ip6_print()
488 ip_demux_print(ndo, cp, len, 6, fragmented, in ip6_print()
H A Dprint-udp.c367 const u_char *bp2, int fragmented, u_int ttl_hl) in udp_print() argument
550 if (ndo->ndo_vflag && !ndo->ndo_Kflag && !fragmented) { in udp_print()
644 isakmp_rfc3948_print(ndo, cp, length, bp2, IP_V(ip), fragmented, ttl_hl); in udp_print()
725 if (ulen > length && !fragmented) in udp_print()
732 if (ulen > length && !fragmented) in udp_print()
H A Dprint-esp.c735 int fragmented USED_IF_LIBCRYPTO, in esp_print()
801 if (fragmented) in esp_print()
920 ip_demux_print(ndo, pt, payloadlen - (padlen + 2), ver, fragmented, in esp_print()
H A Dprint-icmp.c313 int fragmented) in icmp_print() argument
650 if (ndo->ndo_vflag && !fragmented) { /* don't attempt checksumming if this is a frag */ in icmp_print()
H A Dprint-tcp.c162 const u_char *bp2, int fragmented) in tcp_print() argument
399 if (ndo->ndo_vflag && !ndo->ndo_Kflag && !fragmented) { in tcp_print()
H A Dprint-icmp6.c1022 const u_char *bp, u_int length, const u_char *bp2, int fragmented) in icmp6_print() argument
1045 if (ndo->ndo_vflag && !fragmented) { in icmp6_print()
H A Dprint-isakmp.c3096 const u_char *bp2, int ver, int fragmented, u_int ttl_hl) in isakmp_rfc3948_print() argument
3121 esp_print(ndo, bp, length, bp2, ver, fragmented, ttl_hl); in isakmp_rfc3948_print()
/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Dqcom_hidma_mgmt.txt23 fragmented to multiples of this amount. This parameter is used while
28 fragmented to multiples of this amount. This parameter is used while
/freebsd/sys/dev/cesa/
H A Dcesa.c547 unsigned int mpsize, fragmented; in cesa_create_chain_cb() local
661 fragmented = 0; in cesa_create_chain_cb()
723 if (!fragmented) { in cesa_create_chain_cb()
724 fragmented = 1; in cesa_create_chain_cb()
730 } else if (fragmented) in cesa_create_chain_cb()
/freebsd/share/examples/ipfilter/
H A Dexample.146 # block any inbound packets on le0 which are fragmented and "too short" to
H A Drules.txt106 # block any inbound packets on le0 which are fragmented and "too short" to
H A Dexamples.txt108 To filter out these nasties, it is possible to select fragmented packets out
/freebsd/share/examples/ipfilter/rules/
H A Dexample.sr6 # block any inbound packets on le0 which are fragmented and "too short" to
/freebsd/libexec/bootpd/
H A DProblems58 The bootp server (on SunOS) will send a fragmented reply
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedKryo.td16 // uops. Now, the latency spreadsheet has information based on fragmented uops,
/freebsd/sbin/natd/
H A DHISTORY109 checksum of fragmented packets.
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dscan.h519 u8 fragmented; member
/freebsd/crypto/openssl/doc/man3/
H A DDTLSv1_listen.pod91 ClientHellos it is unable to process fragmented messages (since this would
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-tls.md202 alert record to be fragmented across two 1 byte records this is never done in
/freebsd/sys/net80211/
H A DDATAPATH_TRANSMIT.md61 fragmented into a list of 802.11 fragments.
/freebsd/usr.sbin/bsnmpd/modules/snmp_pf/
H A DBEGEMOT-PF-MIB.txt136 "Number of fragmented packets."
/freebsd/share/examples/ppp/
H A Dppp.conf.sample672 # prevent full packets from being fragmented.
/freebsd/sys/dev/iwx/
H A Dif_iwxreg.h6640 uint8_t fragmented; member
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dscan.c1060 dwell->fragmented = IWL_SCAN_DWELL_FRAGMENTED; in iwl_mvm_fill_scan_dwell()

12