Searched refs:mbuf (Results 126 - 150 of 256) sorted by relevance

1234567891011

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_input.c74 #include <sys/mbuf.h>
279 int (*fr_checkp)(struct ip *, int, struct ifnet *, int, struct mbuf **) = NULL;
314 static int ip_dooptions(struct mbuf *, int, struct sockaddr_in *, struct route *ipforward_rt);
315 static void ip_forward(struct mbuf *, int, struct sockaddr_in *, struct route *ipforward_rt);
319 static struct mbuf *ip_reass(struct mbuf *,
322 static struct mbuf *ip_reass(struct mbuf *,
326 static struct mbuf *ip_reass(struct mbuf *, struc
[all...]
H A Din_pcb.h165 struct mbuf *inp4_options;
171 struct mbuf *inp6_options;
248 struct mbuf;
297 _INPCB_PTR(struct mbuf *) inp4_options;
304 _INPCB_PTR(struct mbuf *) inp6_options;
H A Dtcp_var.h96 struct mbuf *tqe_m; /* mbuf contains packet */
291 struct mbuf *t_pktlist_head; /* First packet in transmit chain */
292 struct mbuf *t_pktlist_tail; /* Last packet in transmit chain */
690 void tcp_input(struct mbuf *, int);
700 struct tcphdr *, struct mbuf *, tcp_seq, tcp_seq, int,
H A Dip_flow.c69 #include <sys/mbuf.h>
142 struct mbuf *m)
317 struct mbuf *m)
H A Dtcp_output.c77 #include <sys/mbuf.h>
123 extern struct mbuf *m_copypack();
177 static int tcp_ip_output(struct socket *, struct tcpcb *, struct mbuf *, int,
178 struct mbuf *, int);
220 register struct mbuf *m;
237 struct mbuf *m_last = NULL;
238 struct mbuf *m_head = NULL;
239 struct mbuf *packetlist = NULL;
240 struct mbuf *tp_inp_options = tp->t_inpcb->inp_depend4.inp4_options;
783 * always fit in a single mbuf, leavin
[all...]
H A Din.h601 struct ifnet; struct mbuf; /* forward declarations for Standard C */
609 extern u_int16_t inet_cksum(struct mbuf *m, unsigned int proto,
H A Dip6.h251 * to store incoming data into one internal mbuf or one or more external
289 * "len") is located in single mbuf, on contiguous memory region.
293 * very top of mbuf. GET0 is likely to make memory copy than GET.
299 struct mbuf *t; \
318 struct mbuf *t; \
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dudp6_output.c70 #include <sys/mbuf.h>
139 struct mbuf *m;
140 struct mbuf *control;
268 * Calculate data length and get a mbuf
H A Din6_proto.c75 #include <sys/mbuf.h>
146 static int rip6_pr_output(struct mbuf *m, struct socket *so, struct sockaddr_in6 *, struct mbuf *);
341 int rip6_pr_output(__unused struct mbuf *m, __unused struct socket *so,
342 __unused struct sockaddr_in6 *sin6, __unused struct mbuf *m1)
H A Dicmp6.c73 #include <sys/mbuf.h>
128 static int icmp6_rip6_input(struct mbuf **, int);
135 static struct mbuf *ni6_input(struct mbuf *, int);
136 static struct mbuf *ni6_nametodns(const char *, int, int);
142 static int icmp6_notify_error(struct mbuf *, int, int, int);
218 struct mbuf *m;
368 struct mbuf **mp;
371 struct mbuf *m = *mp, *n;
384 * Locate icmp6 structure in mbuf, an
[all...]
H A Dmld6.c80 #include <sys/mbuf.h>
193 struct mbuf *m,
395 struct mbuf *mh, *md;
H A Dip6_fw.h269 u_short *, struct mbuf**);
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif_var.h113 * Here m is the mbuf chain to be sent and dst is the destination address.
287 struct mbuf;
503 ((struct mbuf*)(ifq)->ifq_tail)->m_nextpkt = m; \
528 if_queue_drop(struct ifqueue *ifq, __unused struct mbuf *m)
535 if_enq_drop(struct ifqueue *ifq, struct mbuf *m)
546 int if_enq_drop(struct ifqueue *, struct mbuf *);
H A Drtsock.c70 #include <sys/mbuf.h>
105 static struct mbuf *
112 static int route_output(struct mbuf *, struct socket *);
264 rts_send(struct socket *so, int flags, struct mbuf *m, struct sockaddr *nam,
265 struct mbuf *control, struct proc *p)
300 route_output(struct mbuf *m, struct socket *so)
647 if (sbappendaddr(&so->so_rcv, &route_src, m, (struct mbuf*)0, &error) != 0) {
809 static struct mbuf *
815 struct mbuf *m;
968 struct mbuf *
[all...]
H A Ddlil.h79 struct mbuf;
90 mbuf_t mbuf_head; /* start of mbuf list from if */
103 u_long input_mbuf_cnt; /* total number of mbuf packets processed by this thread */
H A Dether_inet6_pr_module.c68 #include <sys/mbuf.h>
118 * the packet is in the mbuf chain m without
147 register struct mbuf *m = *m0;
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dsys_socket.c126 struct uio *uio2, struct mbuf **mp0, struct mbuf **controlp,
155 struct uio *uio2, struct mbuf *top, struct mbuf *control,
H A Dkern_control.c47 #include <sys/mbuf.h>
87 static int ctl_send(struct socket *, int, struct mbuf *,
88 struct sockaddr *, struct mbuf *, struct proc *);
433 ctl_send(struct socket *so, int flags, struct mbuf *m,
434 __unused struct sockaddr *addr, __unused struct mbuf *control,
456 ctl_enqueuembuf(void *kctlref, u_int32_t unit, struct mbuf *m, u_int32_t flags)
493 struct mbuf *m;
497 struct mbuf *n;
/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Daurp_tickle.c48 #include <sys/mbuf.h>
H A Daurp_tx.c48 #include <sys/mbuf.h>
H A Dddp_brt.c56 #include <sys/mbuf.h>
H A Dddp_sip.c67 #include <sys/mbuf.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ffs/
H A Dffs_extern.h103 struct mbuf;
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ufs/
H A Dufs_extern.h74 struct mbuf;
H A Dufs_vfsops.c70 #include <sys/mbuf.h>

Completed in 138 milliseconds

1234567891011