Searched refs:mbuf (Results 176 - 200 of 256) sorted by relevance

1234567891011

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dddp_proto.c46 #include <sys/mbuf.h>
H A Daurp_aurpd.c53 #include <sys/mbuf.h>
101 struct mbuf *m;
349 * fp is the 'source address' mbuf; p_mbuf is the data mbuf.
H A Dadsp_Control.c49 #include <sys/mbuf.h>
100 register struct mbuf *m, *p;
H A Dadsp_Open.c44 #include <sys/mbuf.h>
H A Dadsp_RxData.c49 #include <sys/mbuf.h>
72 ("releaseData: mbuf=0x%x, len=%d\n", (unsigned)mp, len));
288 ("RXData: sp=0x%x, mbuf=0x%x, f=0x%x, len=%d, eom=%d\n",
H A Dat_pcb.c72 #include <sys/mbuf.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_fw.h318 struct mbuf **, struct ip_fw_chain **, struct sockaddr_in **);
H A Din_dhcp.c50 #include <sys/mbuf.h>
152 struct mbuf * ip_pkt_to_mbuf(caddr_t pkt, int pktsize);
245 * Put the given IP packet into an mbuf, calculate the
248 struct mbuf *
252 struct mbuf * m;
254 m = (struct mbuf *)m_devget(pkt, pktsize, 0, NULL, NULL);
323 struct mbuf * m;
H A Dip_compat.h293 extern void m_copydata(struct mbuf *, int, int, caddr_t);
294 extern void m_copyback(struct mbuf *, int, int, caddr_t);
367 typedef struct mbuf mb_t;
524 * mbuf related problems.
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dip6_mroute.h261 struct mbuf *m; /* A copy of the packet */
H A Dscope6.c35 #include <sys/mbuf.h>
H A Dip6_fw.c94 #include <sys/mbuf.h>
187 struct mbuf **m,
197 struct ifnet *oif, u_int16_t *cookie, struct mbuf **m));
292 ip6opts_match(struct ip6_hdr **pip6, struct ip6_fw *f, struct mbuf **m,
552 struct ifnet *oif, u_int16_t *cookie, struct mbuf **m)
785 * the divert input routine modifies the mbuf
787 * counts in the case of mbuf clusters), so need
1143 ip6_fw_ctl(int stage, struct mbuf **mm)
1146 struct mbuf *m;
1214 printf("%s NULL mbuf pt
[all...]
H A Dnd6_nbr.c36 #include <sys/mbuf.h>
96 struct mbuf *m,
346 struct mbuf *m;
540 struct mbuf *m,
849 struct mbuf *m;
H A Dah_core.c42 #include <sys/mbuf.h>
129 static void ah_update_mbuf(struct mbuf *, int, int,
1134 struct mbuf *m;
1140 struct mbuf *n;
1176 * Go generate the checksum. This function won't modify the mbuf chain
1179 * NOTE: the function does not free mbuf on failure.
1180 * Don't use m_copy(), it will try to share cluster mbuf by using refcnt.
1184 struct mbuf *m;
1197 struct mbuf *n = NULL;
1419 * Go generate the checksum. This function won't modify the mbuf chai
[all...]
H A Din6.h605 * Redefinition of mbuf flags
613 struct mbuf;
619 extern u_int16_t inet6_cksum(struct mbuf *m, unsigned int proto,
/macosx-10.5.8/xnu-1228.15.4/bsd/netkey/
H A Dkey_debug.c37 #include <sys/mbuf.h>
621 struct mbuf *m;
627 printf("mbuf(%p){ m_next:%p m_nextpkt:%p m_data:%p "
649 struct mbuf *m0;
651 struct mbuf *m = m0;
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A DMakefile42 mbuf.h mman.h mount.h msg.h msgbuf.h mtio.h netport.h param.h paths.h pipe.h poll.h \
78 mman.h mbuf.h mount.h mtio.h netport.h param.h paths.h \
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dndrv.c55 #include <sys/mbuf.h>
125 ndrv_output(struct mbuf *m, struct socket *so)
195 m, (struct mbuf *)0, &error) != 0) {
418 ndrv_send(struct socket *so, __unused int flags, struct mbuf *m,
419 __unused struct sockaddr *addr, struct mbuf *control,
642 struct mbuf *m;
H A Ddlil.c43 #include <sys/mbuf.h>
178 static struct mbuf *dlil_lo_input_mbuf_head = NULL;
179 static struct mbuf *dlil_lo_input_mbuf_tail = NULL;
203 void dlil_input_packet_list(struct ifnet *ifp, struct mbuf *m);
715 struct mbuf *m = NULL, *m_loop = NULL;
719 struct mbuf *m1;
851 panic("ifnet_input - invalid mbuf %p\n", m_tail);
951 dlil_interface_filters_input(struct ifnet * ifp, struct mbuf * * m_p,
1009 dlil_input_packet_list(struct ifnet * ifp_param, struct mbuf *m)
1200 static int dlil_get_socket_type(struct mbuf **m
[all...]
H A Dif_vlan.c75 #include <sys/mbuf.h>
113 typedef int (bpf_callback_func)(struct ifnet *, struct mbuf *);
361 static int vlan_output(struct ifnet *ifp, struct mbuf *m);
383 extern void dlil_input_packet_list(struct ifnet *ifp, struct mbuf *m);
441 vlan_bpf_output(struct ifnet * ifp, struct mbuf * m,
451 vlan_bpf_input(struct ifnet * ifp, struct mbuf * m,
927 vlan_output(struct ifnet * ifp, struct mbuf * m)
979 * the mbuf header to store the VLAN tag, and a bit in the
H A Dif_bond.c45 #include <sys/mbuf.h>
82 extern void dlil_input_packet_list(struct ifnet *, struct mbuf *);
503 ** - thin wrapper for mbuf
506 typedef struct mbuf * packet_buffer_ref;
653 static int bond_output(struct ifnet *ifp, struct mbuf *m);
994 bond_bpf_vlan(struct ifnet * ifp, struct mbuf * m,
999 struct mbuf * vl_m;
1005 /* populate a new mbuf containing the vlan ethernet header */
1020 bond_bpf_output(struct ifnet * ifp, struct mbuf * m,
1338 static struct mbuf *
[all...]
H A Dif_gif.c70 #include <sys/mbuf.h>
126 static int gif_encapcheck(const struct mbuf*, int, int, void*);
368 const struct mbuf *m,
470 /* the mbuf was freed either by in_gif_output or in here */
H A Dbpf.h395 struct mbuf;
432 used to send a raw packet on the interface. The mbuf and data
434 releasing the mbuf whether or not it returns an error.
H A Droute.h150 int (*rt_output)(struct ifnet *, struct mbuf *,
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkpi_socket.c41 #include <sys/mbuf.h>
479 struct mbuf *control = NULL;
540 struct mbuf* m = control;
610 struct mbuf *control = NULL;
666 * in the mbuf case since the latter is treated as atomic send.
686 * free the mbuf chain if there is one. sosend (and pru_sosend) will
687 * free the mbuf chain if they encounter an error.

Completed in 124 milliseconds

1234567891011