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

/netbsd-current/usr.sbin/catman/
H A Dcatman.c528 splitentry(char *s, char *first, size_t firstlen, char *second, argument
537 if ((size_t)(c - s + 1) > firstlen)
/netbsd-current/sys/net80211/
H A Dieee80211_output.c834 firstlen, /* first fragment's payload + overhead length */ local
878 firstlen = fraglen + overlen;
880 firstlen = paylen + overlen;
883 printf("%s: npkt %d firstlen %d lastlen0 %d lastlen %d "
885 __func__, npkt, firstlen, lastlen0, lastlen, fraglen,
892 rc = ieee80211_compute_duration1(firstlen + hdrlen,
/netbsd-current/sys/netinet/
H A Dip_output.c830 int mhlen, firstlen; local
854 firstlen = len;
931 m_adj(m, hlen + firstlen - ntohs(ip->ip_len));
932 m->m_pkthdr.len = hlen + firstlen;
/netbsd-current/sys/external/bsd/ipf/netinet/
H A Dip_fil_netbsd.c1285 int mhlen, firstlen = len;
1340 m_adj(m0, hlen + firstlen - ip_len);
1341 ip->ip_len = htons((u_short)(hlen + firstlen));

Completed in 224 milliseconds