HomeSort by: relevance | last modified time | path
    Searched refs:mcopy (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/netinet6/
ip6_forward.c 125 struct mbuf *mcopy = NULL; local
172 mcopy = m_copym(m, 0, imin(m->m_pkthdr.len, ICMPV6_PLD_MAXLEN),
207 if (mcopy) {
208 icmp6_error(mcopy, ICMP6_DST_UNREACH,
221 if (mcopy) {
222 icmp6_error(mcopy, ICMP6_DST_UNREACH,
246 if (mcopy)
247 icmp6_error(mcopy, ICMP6_DST_UNREACH,
262 if (mcopy)
283 if (mcopy)
    [all...]
  /src/sys/net/
if_arcsubr.c 114 struct mbuf *m, *m1, *mcopy; local
129 mcopy = m1 = NULL;
157 mcopy = m_copypacket(m, M_DONTWAIT);
243 if (mcopy)
244 (void) looutput(ifp, mcopy, dst, rt);
if_ieee1394subr.c 91 struct mbuf *mcopy = NULL; local
144 mcopy = m_copypacket(m0, M_DONTWAIT);
183 if (mcopy)
184 looutput(ifp, mcopy, dst, rt);
if_ethersubr.c 239 struct mbuf *mcopy = NULL; local
295 mcopy = m_copypacket(m, M_DONTWAIT);
432 if (mcopy)
433 (void)looutput(ifp, mcopy, dst, rt);
  /src/sys/netinet/
ip_input.c 1341 struct mbuf *mcopy; local
1403 * Pullup to avoid sharing mbuf cluster between m and mcopy.
1405 mcopy = m_copym(m, 0, imin(ntohs(ip->ip_len), 68), M_DONTWAIT);
1406 if (mcopy)
1407 mcopy = m_pullup(mcopy, ip->ip_hl << 2);
1458 if (mcopy) {
1460 if (mcopy->m_flags & M_CANFASTFWD)
1461 ipflow_create(ro, mcopy);
1463 m_freem(mcopy);
    [all...]
  /src/external/bsd/file/dist/src/
softmagic.c 68 file_private int mcopy(struct magic_set *, union VALUETYPE *, int, int,
1384 mcopy(struct magic_set *ms, union VALUETYPE *p, int type, int indir, function
1686 if (mcopy(ms, p, m->type, m->flag & INDIR, s,
1882 if (mcopy(ms, p, m->type, 0, s, offset, nbytes, m) == -1)
  /src/external/gpl2/xcvs/dist/src/
sanity.sh 1689 tests="${tests} mcopy binwrap binwrap2"
18338 mcopy)
18361 dotest mcopy-1 "${testcvs} -q co first-dir" ''
18371 dotest mcopy-1a \
18378 dotest mcopy-1b "${testcvs} -q ci -m add" \
18394 dotest mcopy-2 "${testcvs} -q tag -b br" 'T \.cvswrappers
18398 dotest mcopy-3 "${testcvs} -q update -r br" ''
18402 dotest mcopy-5 "${testcvs} -q ci -m br-changes" \
18409 dotest mcopy-6 "${testcvs} -q update -A" \
18413 dotest mcopy-7 "cat brmod brmod-trmod brmod-wdmod"
    [all...]

Completed in 97 milliseconds