Home
last modified time | relevance | path

Searched refs:dtom (Results 1 – 25 of 28) sorted by relevance

12

/original-bsd/sys/deprecated/bbnnet/
H A Drdp_states.c304 m_freem(dtom(pkt));
473 m_freem(dtom(pkt));
529 m_freem(dtom(pkt));
654 m_freem(dtom(pkt));
701 m_freem(dtom(pkt));
746 m_freem(dtom(pkt));
760 m_freem(dtom(pkt));
854 m_freem(dtom(pkt));
876 m_freem(dtom(pkt));
959 m_freem(dtom(pkt));
[all …]
H A Dtcp_procs.c60 m_freem(dtom(t));
80 m_free(dtom(tp->t_template));
82 m_free(dtom(tp));
654 m = dtom(tp->t_rcv_prev);
753 m_adj(dtom(t), i);
868 m_adj(dtom(t), -i);
883 m_freem(dtom(q));
892 m_adj(dtom(t), i);
910 m_freem(dtom(q));
918 m_adj(dtom(t), -i);
[all …]
H A Dmacros.h43 m_freem(dtom(wdat)); \
49 m_freem(dtom(wdat)); \
140 m = dtom(t); \
H A Dip_input.c238 if (i != (j = (u_short)in_cksum(dtom(ip), hlen)))
324 m_freem(dtom(q));
343 mp = dtom(ip);
401 mp = dtom(ip);
506 m_freem(dtom(q));
537 m_freem(dtom(q));
807 n->m_next = m = dtom(q);
838 m_free(dtom(fp));
853 m = dtom(ip);
1218 m_freem(dtom(q)); in ip_timeo()
[all …]
H A Drdp_usrreq.c250 m_free(dtom(rdpcb->r_sendq.rq_msgs));
251 m_free(dtom(rdpcb->r_rcvq.rq_msgs));
253 m_free(dtom(rdpcb));
H A Drdp_macros.h228 m_freem(dtom(arg)); \
H A Dhmp_subr.c96 (void) m_free(dtom(hp));
H A Dip_output.c335 p->ip_sum = in_cksum(dtom(p), hlen);
387 m = dtom(p);
H A Drdp_input.c251 mp = dtom(pkt);
H A Din_pcb.c344 (void) m_free(dtom(inp));
/original-bsd/sys/deprecated/netimp/
H A Dif_imphost.c51 mtod(dtom(hp), struct hmbuf *)->hm_count++;
78 mtod(dtom(hp), struct hmbuf *)->hm_count++;
101 mtod(dtom(hp), struct hmbuf *)->hm_count++;
147 --mtod(dtom(hp), struct hmbuf *)->hm_count;
/original-bsd/sys/net/
H A Draw_cb.c79 m_freem(dtom(rp->rcb_laddr));
95 m_freem(dtom(rp->rcb_faddr));
/original-bsd/sys/vax/datakit/
H A Ddkctl.c95 (void) m_free(dtom(req)) ;
132 (void) m_free(dtom(req)) ; in dk_takedown()
135 MFREE(dtom(tp->d_ctype), m); in dk_takedown()
236 (void) m_free(dtom(req)) ; in dkcin()
259 (void) m_free(dtom(req)) ; in dkcin()
336 (void) m_free(dtom(req)) ;
H A Ddkit_kmc.c612 m_free(dtom(mbp));
637 m_free(dtom(mbp));
712 m_free(dtom(mbp)) ; in dkkint()
/original-bsd/sys/netinet/
H A Dip_input.c355 m = dtom(ip); in ipintr()
384 register struct mbuf *m = dtom(ip);
432 m_adj(dtom(ip), i);
447 m_adj(dtom(q), i);
451 m_freem(dtom(q->ipf_prev));
474 m = dtom(q);
480 t = dtom(q);
497 (void) m_free(dtom(fp));
498 m = dtom(ip);
529 m_freem(dtom(q));
[all …]
/original-bsd/sys/netccitt/
H A Dhd_debug.c115 for(m = dtom (frame); m; m = m -> m_next)
151 m = dtom (frame);
/original-bsd/sys/netiso/
H A Dclnp_timer.c103 m_freem(dtom(cfh));
H A Diso_pcb.c404 m_freem(dtom(isop->isop_faddr));
486 m_freem(dtom(isop->isop_laddr));
H A Dcltp_usrreq.c121 m_freem(dtom(src));
/original-bsd/sys/netns/
H A Dspp_usrreq.c243 ns_error(dtom(si), NS_ERR_NOSOCK, 0);
420 ns_error(dtom(si), NS_ERR_FULLUP, 0);
431 ns_error(dtom(si), NS_ERR_FULLUP, 0);
485 m = dtom(q);
956 m = m_copy(dtom(si), 0, (int)M_COPYALL);
1283 (void) m_free(dtom(m));
1543 m = dtom(s->si_prev);
1547 (void) m_free(dtom(cb->s_idp));
1548 (void) m_free(dtom(cb));
H A Dns_pcb.c212 (void) m_free(dtom(nsp));
/original-bsd/usr.bin/uucp/
H A Dpk.p37 #define DTOM(a) dtom(a)
/original-bsd/share/doc/smm/18.net/
H A Dspell.ok172 dtom
/original-bsd/sys/kern/
H A Duipc_usrreq.c342 (void) m_free(dtom(unp));
562 (void) m_free(dtom(unp));
/original-bsd/sys/sys/
H A Dmbuf.h36 #define dtom(x) ((struct mbuf *)((long)(x) & ~(MSIZE-1))) macro

12