Home
last modified time | relevance | path

Searched refs:mcopy (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/sys/netinet6/
H A Dip6_forward.c125 struct mbuf *mcopy = NULL; in ip6_forward() local
172 mcopy = m_copym(m, 0, imin(m->m_pkthdr.len, ICMPV6_PLD_MAXLEN), in ip6_forward()
207 if (mcopy) { in ip6_forward()
208 icmp6_error(mcopy, ICMP6_DST_UNREACH, in ip6_forward()
221 if (mcopy) { in ip6_forward()
222 icmp6_error(mcopy, ICMP6_DST_UNREACH, in ip6_forward()
246 if (mcopy) in ip6_forward()
247 icmp6_error(mcopy, ICMP6_DST_UNREACH, in ip6_forward()
262 if (mcopy) in ip6_forward()
283 if (mcopy) in ip6_forward()
[all …]
/netbsd-src/sys/netinet/
H A Dip_input.c1329 struct mbuf *mcopy; in ip_forward() local
1380 mcopy = m_copym(m, 0, imin(ntohs(ip->ip_len), 68), M_DONTWAIT); in ip_forward()
1381 if (mcopy) in ip_forward()
1382 mcopy = m_pullup(mcopy, ip->ip_hl << 2); in ip_forward()
1433 if (mcopy) { in ip_forward()
1435 if (mcopy->m_flags & M_CANFASTFWD) in ip_forward()
1436 ipflow_create(ro, mcopy); in ip_forward()
1438 m_freem(mcopy); in ip_forward()
1446 if (mcopy == NULL) { in ip_forward()
1476 ipsec_mtu(mcopy, &destmtu); in ip_forward()
[all …]
/netbsd-src/sys/net/
H A Dif_arcsubr.c114 struct mbuf *m, *m1, *mcopy; in arc_output() local
129 mcopy = m1 = NULL; in arc_output()
157 mcopy = m_copypacket(m, M_DONTWAIT); in arc_output()
245 if (mcopy) in arc_output()
246 (void) looutput(ifp, mcopy, dst, rt); in arc_output()
H A Dif_ieee1394subr.c91 struct mbuf *mcopy = NULL; in ieee1394_output() local
144 mcopy = m_copypacket(m0, M_DONTWAIT); in ieee1394_output()
185 if (mcopy) in ieee1394_output()
186 looutput(ifp, mcopy, dst, rt); in ieee1394_output()
H A Dif_ethersubr.c201 struct mbuf *mcopy = NULL; in ether_output() local
257 mcopy = m_copypacket(m, M_DONTWAIT); in ether_output()
395 if (mcopy) in ether_output()
396 (void)looutput(ifp, mcopy, dst, rt); in ether_output()
/netbsd-src/external/bsd/file/dist/src/
H A Dsoftmagic.c68 file_private int mcopy(struct magic_set *, union VALUETYPE *, int, int,
1329 mcopy(struct magic_set *ms, union VALUETYPE *p, int type, int indir, in mcopy() function
1621 if (mcopy(ms, p, m->type, m->flag & INDIR, s, in mget()
1810 if (mcopy(ms, p, m->type, 0, s, offset, nbytes, m) == -1) in mget()
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dsanity.sh18338 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" \
18419 dotest mcopy-7a "${testcvs} -q ci -m tr-modify" \
[all …]
H A DChangeLog-971466 * sanity.sh (mcopy): Unset CVSWRAPPERS last of all.
1484 * sanity.sh (mcopy): New tests, test for above fix.