Searched refs:ic6 (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/ipfilter/lib/
H A Dipft_tx.c349 struct icmp6_hdr icmp, *ic6 = &icmp; local
351 bzero((char *)ip6, MAX(sizeof(*tcp), sizeof(*ic6)) + sizeof(*ip6));
353 bzero((char *)ic6, sizeof(*ic6));
481 ic6->icmp6_type = geticmptype(AF_INET6, *cpp);
483 ic6->icmp6_code = atoi(t + 1);
485 if (ic6->icmp6_type == ICMP6_ECHO_REQUEST ||
486 ic6->icmp6_type == ICMP6_ECHO_REPLY)
487 ic6->icmp6_id = htons(getpid());
497 bcopy((char *)ic6, (cha
[all...]
/freebsd-12-stable/sbin/pfctl/
H A Dpfctl_parser.c733 const struct icmpcodeent *ic, *ic6; local
737 ic6 = geticmpcodebynumber(r->return_icmp6 >> 8,
750 if (ic6 == NULL)
753 printf("(%s)", ic6->name);
761 if (ic6 == NULL)
764 printf("%s)", ic6->name);
/freebsd-12-stable/sys/contrib/ipfilter/netinet/
H A Dip_state.c4456 struct icmp6_hdr *ic6, *oic; local
4481 ic6 = fin->fin_dp;
4482 type = ic6->icmp6_type;
4484 oip6 = (ip6_t *)((char *)ic6 + ICMPERR_ICMPHLEN);

Completed in 114 milliseconds