Lines Matching refs:flags
52 interpret_esp(int flags, uint8_t *hdr, int iplen, int fraglen)
70 if (flags & F_SUM) {
82 if (flags & F_DTAIL) {
103 interpret_ah(int flags, uint8_t *hdr, int iplen, int fraglen)
142 if (flags & F_SUM) {
149 if (flags & F_DTAIL) {
195 (void) print_ipv6_extensions(flags, &data, &proto, &iplen,
203 (void) interpret_ip(flags, (struct ip *)data,
207 (void) interpret_ipv6(flags, (ip6_t *)data,
211 (void) interpret_icmp(flags,
217 (void) interpret_icmpv6(flags, (icmp6_t *)data,
221 (void) interpret_tcp(flags,
226 (void) interpret_esp(flags, data, new_iplen,
231 (void) interpret_ah(flags, data, new_iplen,
236 (void) interpret_udp(flags,