| /freebsd/contrib/tcpdump/ |
| H A D | print-ip-demux.c | 38 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 D | print-ip6.c | 233 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 D | print-udp.c | 367 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 D | print-esp.c | 735 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 D | print-icmp.c | 313 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 D | print-tcp.c | 162 const u_char *bp2, int fragmented) in tcp_print() argument 399 if (ndo->ndo_vflag && !ndo->ndo_Kflag && !fragmented) { in tcp_print()
|
| H A D | print-icmp6.c | 1022 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 D | print-isakmp.c | 3096 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 D | qcom_hidma_mgmt.txt | 23 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 D | cesa.c | 547 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 D | example.14 | 6 # block any inbound packets on le0 which are fragmented and "too short" to
|
| H A D | rules.txt | 106 # block any inbound packets on le0 which are fragmented and "too short" to
|
| H A D | examples.txt | 108 To filter out these nasties, it is possible to select fragmented packets out
|
| /freebsd/share/examples/ipfilter/rules/ |
| H A D | example.sr | 6 # block any inbound packets on le0 which are fragmented and "too short" to
|
| /freebsd/libexec/bootpd/ |
| H A D | Problems | 58 The bootp server (on SunOS) will send a fragmented reply
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedKryo.td | 16 // uops. Now, the latency spreadsheet has information based on fragmented uops,
|
| /freebsd/sbin/natd/ |
| H A D | HISTORY | 109 checksum of fragmented packets.
|
| /freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
| H A D | scan.h | 519 u8 fragmented; member
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | DTLSv1_listen.pod | 91 ClientHellos it is unable to process fragmented messages (since this would
|
| /freebsd/crypto/openssl/doc/designs/quic-design/ |
| H A D | quic-tls.md | 202 alert record to be fragmented across two 1 byte records this is never done in
|
| /freebsd/sys/net80211/ |
| H A D | DATAPATH_TRANSMIT.md | 61 fragmented into a list of 802.11 fragments.
|
| /freebsd/usr.sbin/bsnmpd/modules/snmp_pf/ |
| H A D | BEGEMOT-PF-MIB.txt | 136 "Number of fragmented packets."
|
| /freebsd/share/examples/ppp/ |
| H A D | ppp.conf.sample | 672 # prevent full packets from being fragmented.
|
| /freebsd/sys/dev/iwx/ |
| H A D | if_iwxreg.h | 6640 uint8_t fragmented; member
|
| /freebsd/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | scan.c | 1060 dwell->fragmented = IWL_SCAN_DWELL_FRAGMENTED; in iwl_mvm_fill_scan_dwell()
|