Home
last modified time | relevance | path

Searched refs:firstlen (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/netinet/
H A Dip_output.c882 int firstlen; in ip_fragment() local
962 firstlen = off - hlen; in ip_fragment()
1043 m_adj(m0, hlen + firstlen - ip_len); in ip_fragment()
1044 m0->m_pkthdr.len = hlen + firstlen; in ip_fragment()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c855 int mhlen, firstlen = len; local
906 m_adj(m0, hlen + firstlen - ip->ip_len);
907 ip->ip_len = htons((u_short)(hlen + firstlen));