Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/catman/
H A Dcatman.c528 splitentry(char *s, char *first, size_t firstlen, char *second, in splitentry() argument
537 if ((size_t)(c - s + 1) > firstlen) in splitentry()
/netbsd-src/sys/net80211/
H A Dieee80211_output.c833 firstlen, /* first fragment's payload + overhead length */ in ieee80211_compute_duration() local
877 firstlen = fraglen + overlen; in ieee80211_compute_duration()
879 firstlen = paylen + overlen; in ieee80211_compute_duration()
884 __func__, npkt, firstlen, lastlen0, lastlen, fraglen, in ieee80211_compute_duration()
891 rc = ieee80211_compute_duration1(firstlen + hdrlen, in ieee80211_compute_duration()
/netbsd-src/sys/netinet/
H A Dip_output.c830 int mhlen, firstlen; in ip_fragment() local
854 firstlen = len; in ip_fragment()
931 m_adj(m, hlen + firstlen - ntohs(ip->ip_len)); in ip_fragment()
932 m->m_pkthdr.len = hlen + firstlen; in ip_fragment()
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_fil_netbsd.c1285 int mhlen, firstlen = len; in ipf_fastroute() local
1340 m_adj(m0, hlen + firstlen - ip_len); in ipf_fastroute()
1341 ip->ip_len = htons((u_short)(hlen + firstlen)); in ipf_fastroute()