Home
last modified time | relevance | path

Searched refs:fin_hlen (Results 1 – 13 of 13) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_rcmd_pxy.c268 ip->ip_len = htons(fin->fin_hlen + sizeof(*tcp));
283 fi.fin_plen = fi.fin_hlen + sizeof(*tcp2);
H A Dip_raudio_pxy.c288 fi.fin_plen = fi.fin_hlen + sizeof(*tcp2);
291 ip->ip_len = htons(fin->fin_hlen + sizeof(*tcp));
H A Dip_tftp_pxy.c326 fi.fin_plen = fi.fin_hlen + sizeof(udp);
340 ip->ip_len = htons(fin->fin_hlen + sizeof(udp));
H A Dip_fil_freebsd.c499 fnew.fin_hlen = hlen;
575 ohlen = fin->fin_hlen;
577 if (fin->fin_hlen < fin->fin_plen)
744 hlen = fin->fin_hlen;
H A Dip_dns_pxy.c209 COPYDATA(fin->fin_m, fin->fin_hlen + sizeof(udphdr_t),
H A Dip_irc_pxy.c416 fi.fin_plen = fi.fin_hlen + sizeof(*tcp2);
H A Dip_ftp_pxy.c562 fi.fin_plen = fi.fin_hlen + sizeof(*tcp2);
923 fi.fin_plen = fi.fin_hlen + sizeof(*tcp);
2175 ip6->ip6_plen = htons(fin->fin_plen - fin->fin_hlen);
H A Dfil.c1131 ((char *)fin->fin_ip + fin->fin_hlen);
1132 plen += fin->fin_hlen;
1694 hlen = fin->fin_hlen;
2045 fin->fin_hlen = (u_short)hlen;
2469 wlen = fin->fin_dlen + fin->fin_hlen;
2925 fin->fin_hlen = (u_short)hlen;
8488 hlen = fin->fin_hlen;
H A Dip_rpcb_pxy.c1192 fi.fin_plen = fi.fin_hlen + fi.fin_dlen;
H A Dip_nat6.c3796 skip = fin->fin_hlen;
3835 fin->fin_hlen = sizeof(ip6_t);
H A Dip_fil.h369 u_short fin_hlen; /* length of IP header in bytes */ member
H A Dip_nat.c3634 if ((fin->fin_hlen != sizeof(ip_t)) || !(fin->fin_flx & FI_ICMPERR)) {
7440 skip = fin->fin_hlen;
7480 fin->fin_hlen = hlen;
H A Dip_state.c2699 if ((fin->fin_v != 4) || (fin->fin_hlen != sizeof(ip_t)) ||