Home
last modified time | relevance | path

Searched refs:ip6_t (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c351 ip6_t *ip6;
367 hlen = (fin->fin_v == 6) ? sizeof(ip6_t) : sizeof(ip_t);
394 ip6 = (ip6_t *)ip;
419 ip6->ip6_flow = ((ip6_t *)fin->fin_ip)->ip6_flow;
475 ip6_t *ip6 = (ip6_t *)ip;
520 ip6_t *ip6;
585 hlen = sizeof(ip6_t);
586 ohlen = sizeof(ip6_t);
652 ip6 = (ip6_t *)ip;
654 ip6->ip6_flow = ((ip6_t *)fin->fin_ip)->ip6_flow;
[all …]
H A Dip_nat6.c1396 ip6_t *oip6;
1596 ip6_t *oip6;
2886 ip6_t *ip6;
2895 ip6 = MTOD(m, ip6_t *);
3286 ip6_t *ip6;
3295 ip6 = MTOD(m, ip6_t *);
3724 ip6_t *ip6;
3729 len = sizeof(ip6_t);
3740 ip6 = MTOD(np->in_divmp, ip6_t *);
3763 #define MINDECAP (sizeof(ip6_t) + sizeof(udphdr_t) + sizeof(ip6_t))
[all …]
H A Dip_rcmd_pxy.c159 ip6_t *ip6;
172 ip6 = (ip6_t *)fin->fin_ip;
H A Dip_tftp_pxy.c294 ip6_t *ip6;
330 ip6 = (ip6_t *)fin->fin_ip;
H A Dfil.c450 ip6_t *ip6 = (ip6_t *)fin->fin_ip;
902 ip6_t *ip6;
917 minicmpsz = ICMP6ERR_MINPKTLEN - sizeof(ip6_t);
925 minicmpsz = ICMP6ERR_IPICMPHLEN - sizeof(ip6_t);
943 ip6 = (ip6_t *)((char *)icmp6 + ICMPERR_ICMPHLEN);
2059 fin->fin_plen = ntohs(((ip6_t *)ip)->ip6_plen);
2941 if (((ip6_t *)ip)->ip6_plen == 0) {
2942 DT1(frb_jumbo, ip6_t *, (ip6_t *)ip);
3407 ip6_t *ip6;
3438 ip6 = (ip6_t *)ip;
[all …]
H A Dip_ftp_pxy.c867 ip6_t *ip6;
984 ip6 = (ip6_t *)fin->fin_ip;
1987 ip6_t *ip6;
1998 ip6 = (ip6_t *)ip;
H A Dip_fil.h400 ip6_t *fip_ip6;
1796 extern u_int ipf_pcksum6 __P((struct mbuf *, ip6_t *,
H A Dip_compat.h446 typedef struct ip6_hdr ip6_t; typedef
H A Dip_state.c4464 ip6_t *oip6;
4484 oip6 = (ip6_t *)((char *)ic6 + ICMPERR_ICMPHLEN);