Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_rcmd_pxy.c191 ip->ip_len = fin->fin_hlen + sizeof(*tcp);
201 fi.fin_plen = fi.fin_hlen + sizeof(*tcp2);
H A Dip_raudio_pxy.c308 fi.fin_plen = fi.fin_hlen + sizeof(*tcp2);
311 ip->ip_len = fin->fin_hlen + sizeof(*tcp);
H A Dip_ftp_pxy.c365 ip->ip_len = fin->fin_hlen + sizeof(*tcp2);
374 fi.fin_plen = fi.fin_hlen + sizeof(*tcp2);
722 ip->ip_len = fin->fin_hlen + sizeof(*tcp2);
733 fi.fin_plen = fi.fin_hlen + sizeof(*tcp);
H A Dip_h323_pxy.c295 newip.ip_len = fin->fin_hlen + sizeof(udp);
H A Dip_irc_pxy.c430 fi.fin_plen = fi.fin_hlen + sizeof(*tcp2);
H A Dip_rpcb_pxy.c1215 fi.fin_plen = fi.fin_hlen + fi.fin_dlen;
H A Dip_fil.h374 u_short fin_hlen; /* length of IP header in bytes */ member
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_fil_solaris.c1475 fnew.fin_hlen = hlen;
1620 bcopy((char *)fin->fin_ip + fin->fin_hlen,
3293 udp = (udphdr_t *)(pkt->b_rptr + fin->fin_hlen);
3298 tcp = (tcphdr_t *)(pkt->b_rptr + fin->fin_hlen);
3303 icmp = (icmphdr_t *)(pkt->b_rptr + fin->fin_hlen);
3309 icmp6 = (struct icmp6_hdr *)(pkt->b_rptr + fin->fin_hlen);
3346 ip_sum = fr_buf_sum(ip, (unsigned int)fin->fin_hlen);
H A Dip_log.c264 hlen = fin->fin_hlen;
H A Dfil.c886 ((char *)fin->fin_ip + fin->fin_hlen);
887 plen += fin->fin_hlen;
1327 hlen = fin->fin_hlen;
1518 fin->fin_hlen = (u_short)hlen;
2422 fin->fin_hlen = (u_short)hlen;
H A Dip_state.c2388 if ((fin->fin_v != 4) || (fin->fin_hlen != sizeof(ip_t)) ||
H A Dip_nat.c2876 if ((fin->fin_hlen != sizeof(ip_t)) || !(fin->fin_flx & FI_ICMPERR))