Searched refs:mbuf (Results 201 - 225 of 256) sorted by relevance

1234567891011

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Datp_misc.c45 #include <sys/mbuf.h>
H A Datp_open.c47 #include <sys/mbuf.h>
H A Daurp_open.c48 #include <sys/mbuf.h>
H A Dddp_rtmp.c46 #include <sys/mbuf.h>
H A Dsys_dep.c43 #include <sys/mbuf.h>
H A Dadsp.c44 #include <sys/mbuf.h>
H A Dadsp_Close.c52 #include <sys/mbuf.h>
H A Dadsp_Read.c46 #include <sys/mbuf.h>
H A Dadsp_stream.c47 #include <sys/mbuf.h>
620 ("SndMsgUp: gref=0x%x, mbuf=0x%x\n", (unsigned)gref, (unsigned)mp));
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Din_proto.c70 #include <sys/mbuf.h>
H A Dip_fw2.h447 struct mbuf *m; /* the mbuf chain */
H A Dtcp_usrreq.c69 #include <sys/mbuf.h>
624 * pru_*() routines, the mbuf chains are our responsibility. We
653 tcp_usr_send(struct socket *so, int flags, struct mbuf *m,
654 struct sockaddr *nam, struct mbuf *control, struct proc *p)
801 tcp_usr_rcvoob(struct socket *so, struct mbuf *m, int flags)
847 * by struct sockaddr_in in mbuf *nam. Call in_pcbbind to assign a local
1264 * But we doon't want to have a few connections use all our mbuf space for servers.
H A Dtcp_timer.c68 #include <sys/mbuf.h>
811 &t_template->tt_t, (struct mbuf *)NULL,
H A Din_rmx.c77 #include <sys/mbuf.h>
H A Din_arp.c71 #include <sys/mbuf.h>
113 struct mbuf *la_hold; /* last packet until resolved/timeout */
869 struct mbuf *m0;
H A Dtcp_subr.c76 #include <sys/mbuf.h>
437 * Allocates an mbuf and fills in a skeletal tcp/ip header. The only
444 struct mbuf *m;
464 * and discard the mbuf containing it and any other attached mbufs.
469 * NOTE: If m != NULL, then ti must point to *inside* the mbuf.
476 register struct mbuf *m,
1333 struct mbuf *m;
1764 struct mbuf *m;
H A Dtcp_input.c75 #include <sys/mbuf.h>
215 struct tcphdr *, struct mbuf *, int);
217 struct mbuf *);
296 struct mbuf *m;
496 struct mbuf **mp;
499 register struct mbuf *m = *mp;
525 struct mbuf *m;
626 * Get IP and TCP header together in first mbuf.
627 * Note: IP leaves IP header in first mbuf.
630 ip_stripoptions(m, (struct mbuf *)
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Duipc_syscalls.c79 #include <sys/mbuf.h>
144 static void alloc_sendpkt(int, size_t, unsigned int *, struct mbuf **,
815 struct mbuf *control = NULL;
1110 struct mbuf *m, *control = 0;
1156 (struct mbuf **)0, mp->msg_control ? &control : (struct mbuf **)0,
1803 sockargs(struct mbuf **mp, user_addr_t data, int buflen, int type)
1806 struct mbuf *m;
1938 /* Upper send limit in the number of mbuf clusters */
1958 struct mbuf **
[all...]
H A Dkern_shutdown.c47 #include <sys/mbuf.h>
H A Dkpi_socketfilter.c612 if (sbappendrecord(&so->so_rcv, (struct mbuf*)data))
H A Duipc_domain.c68 #include <sys/mbuf.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/synthfs/
H A Dsynthfs_vfsops.c46 #include <sys/mbuf.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif_loop.c79 #include <sys/mbuf.h>
/macosx-10.5.8/xnu-1228.15.4/security/
H A Dmac_internal.h297 struct label *mac_mbuf_to_label(struct mbuf *m);
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dnd6.c44 #include <sys/mbuf.h>
500 struct mbuf *m = ln->ln_hold;
1952 struct mbuf *m0,
1957 struct mbuf *m = m0;
2096 * response yet. Replace the held mbuf (if any) with this
2208 struct mbuf *m,
2235 return(0); /* caller will free mbuf */
2241 return(0); /* caller will free mbuf */
2245 return(0); /* caller will free mbuf */
2251 return(0); /* caller will free mbuf */
[all...]

Completed in 117 milliseconds

1234567891011