Searched refs:fragmented (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/tcpdump/
H A Dprint-ip6.c223 int fragmented = 0; local
313 fragmented = 1;
345 tcp_print(ndo, cp, len, (const u_char *)ip6, fragmented);
348 udp_print(ndo, cp, len, (const u_char *)ip6, fragmented);
351 icmp6_print(ndo, cp, len, (const u_char *)ip6, fragmented);
H A Dprint-icmp.c331 int fragmented)
559 if (ndo->ndo_vflag && !fragmented) { /* don't attempt checksumming if this is a frag */
330 icmp_print(netdissect_options *ndo, const u_char *bp, u_int plen, const u_char *bp2, int fragmented) argument
H A Dprint-udp.c371 register const u_char *bp2, int fragmented)
533 if (ndo->ndo_vflag && !ndo->ndo_Kflag && !fragmented) {
370 udp_print(netdissect_options *ndo, register const u_char *bp, u_int length, register const u_char *bp2, int fragmented) argument
H A Dprint-tcp.c162 register const u_char *bp2, int fragmented)
368 if (ndo->ndo_vflag && !ndo->ndo_Kflag && !fragmented) {
160 tcp_print(netdissect_options *ndo, register const u_char *bp, register u_int length, register const u_char *bp2, int fragmented) argument
H A Dprint-icmp6.c876 const u_char *bp, u_int length, const u_char *bp2, int fragmented)
894 if (ndo->ndo_vflag && !fragmented) {
875 icmp6_print(netdissect_options *ndo, const u_char *bp, u_int length, const u_char *bp2, int fragmented) argument
/freebsd-11-stable/sys/dev/cesa/
H A Dcesa.c607 unsigned int mpsize, fragmented; local
675 fragmented = 0;
748 if (!fragmented) {
749 fragmented = 1;
755 } else if (fragmented)

Completed in 89 milliseconds