Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/ipfilter/
Dip_msnrpc_pxy.c299 ip->ip_len = fin->fin_hlen + sizeof(*tcp2);
311 fi.fin_plen = fi.fin_hlen + sizeof(*tcp2);
Dip_fil_compat.c325 u_short fin_hlen; /* length of IP header in bytes */ member
365 u_short fin_hlen; member
406 u_short fin_hlen; member
446 u_short fin_hlen; member
2658 fin->fin_hlen = old->fin_hlen;
2699 fin->fin_hlen = old->fin_hlen;
2740 fin->fin_hlen = old->fin_hlen;
2780 fin->fin_hlen = old->fin_hlen;
4054 old->fin_hlen = fin->fin_hlen;
4099 old->fin_hlen = fin->fin_hlen;
[all …]
/freebsd-10-stable/sys/contrib/ipfilter/netinet/
Dip_rcmd_pxy.c268 ip->ip_len = htons(fin->fin_hlen + sizeof(*tcp));
283 fi.fin_plen = fi.fin_hlen + sizeof(*tcp2);
Dip_raudio_pxy.c296 fi.fin_plen = fi.fin_hlen + sizeof(*tcp2);
299 ip->ip_len = htons(fin->fin_hlen + sizeof(*tcp));
Dip_fil_freebsd.c500 fnew.fin_hlen = hlen;
576 ohlen = fin->fin_hlen;
578 if (fin->fin_hlen < fin->fin_plen)
748 hlen = fin->fin_hlen;
Dip_tftp_pxy.c326 fi.fin_plen = fi.fin_hlen + sizeof(udp);
340 ip->ip_len = htons(fin->fin_hlen + sizeof(udp));
Dip_irc_pxy.c420 fi.fin_plen = fi.fin_hlen + sizeof(*tcp2);
Dip_dns_pxy.c209 COPYDATA(fin->fin_m, fin->fin_hlen + sizeof(udphdr_t),
Dip_ftp_pxy.c562 fi.fin_plen = fi.fin_hlen + sizeof(*tcp2);
923 fi.fin_plen = fi.fin_hlen + sizeof(*tcp);
2183 ip6->ip6_plen = htons(fin->fin_plen - fin->fin_hlen);
Dfil.c1161 ((char *)fin->fin_ip + fin->fin_hlen);
1162 plen += fin->fin_hlen;
1710 hlen = fin->fin_hlen;
2047 fin->fin_hlen = (u_short)hlen;
2471 wlen = fin->fin_dlen + fin->fin_hlen;
2928 fin->fin_hlen = (u_short)hlen;
8459 hlen = fin->fin_hlen;
Dip_rpcb_pxy.c1190 fi.fin_plen = fi.fin_hlen + fi.fin_dlen;
Dip_nat6.c3802 skip = fin->fin_hlen;
3841 fin->fin_hlen = sizeof(ip6_t);
Dip_fil.h421 u_short fin_hlen; /* length of IP header in bytes */ member
Dip_nat.c3645 if ((fin->fin_hlen != sizeof(ip_t)) || !(fin->fin_flx & FI_ICMPERR)) {
7476 skip = fin->fin_hlen;
7516 fin->fin_hlen = hlen;
Dip_state.c2700 if ((fin->fin_v != 4) || (fin->fin_hlen != sizeof(ip_t)) ||
/freebsd-10-stable/contrib/ipfilter/tools/
Dipftest.c822 tmp.fin_hlen = IP_HL(ip) << 2;
828 tmp.fin_hlen = sizeof(ip6_t);
836 tmp.fin_dlen = len - tmp.fin_hlen;