Searched refs:mbuf (Results 76 - 100 of 256) sorted by relevance

1234567891011

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_encap.c90 #include <sys/mbuf.h>
125 static void encap_fillarg(struct mbuf *, const struct encaptab *);
157 struct mbuf *m;
263 struct mbuf **mp;
266 struct mbuf *m = *mp;
417 int (*func)(const struct mbuf *, int, int, void *);
529 struct mbuf *m,
547 struct mbuf *m;
H A Dip_icmp.h216 void icmp_error(struct mbuf *, int, int, n_long, struct ifnet *);
217 void icmp_input(struct mbuf *, int);
H A Dif_ether.h148 int arpresolve(struct ifnet *, struct rtentry *, struct mbuf *,
H A Dicmp6.h657 void icmp6_paramerror(struct mbuf *, int);
658 void icmp6_error(struct mbuf *, int, int, int);
659 int icmp6_input(struct mbuf **, int *);
661 void icmp6_reflect(struct mbuf *, size_t);
662 void icmp6_prepare(struct mbuf *);
663 void icmp6_redirect_input(struct mbuf *, int);
664 void icmp6_redirect_output(struct mbuf *, struct rtentry *);
H A Dip_divert.c70 #include <sys/mbuf.h>
142 struct mbuf *m, struct sockaddr *addr, struct mbuf *control);
191 div_input(struct mbuf *m, __unused int off)
201 * then pass them along with mbuf chain.
205 divert_packet(struct mbuf *m, int incoming, int port, int rule)
289 m, (struct mbuf *)0, &error) != 0)
309 div_output(struct socket *so, struct mbuf *m, struct sockaddr *addr,
310 struct mbuf *control)
516 div_send(struct socket *so, __unused int flags, struct mbuf *
[all...]
H A Dip_icmp.c71 #include <sys/mbuf.h>
106 /* XXX This one should go in sys/mbuf.h. It is used to avoid that
174 static void icmp_reflect(struct mbuf *);
175 static void icmp_send(struct mbuf *, struct mbuf *);
186 struct mbuf *n,
195 struct mbuf *m;
308 icmp_input(struct mbuf *m, int hlen)
319 * Locate icmp structure in mbuf, and check
679 icmp_reflect(struct mbuf *
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/netkey/
H A Dkey.c42 #include <sys/mbuf.h>
409 static struct mbuf *key_gather_mbuf(struct mbuf *,
411 static int key_spdadd(struct socket *, struct mbuf *,
414 static int key_spddelete(struct socket *, struct mbuf *,
416 static int key_spddelete2(struct socket *, struct mbuf *,
418 static int key_spdget(struct socket *, struct mbuf *,
420 static int key_spdflush(struct socket *, struct mbuf *,
422 static int key_spddump(struct socket *, struct mbuf *,
424 static struct mbuf *key_setdumps
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Draw_ip6.c69 #include <sys/mbuf.h>
121 * mbuf chain.
125 struct mbuf **mp,
128 struct mbuf *m = *mp;
132 struct mbuf *opts = NULL;
170 struct mbuf *n = m_copy(m, 0, (int)M_COPYALL);
246 struct mbuf *m;
288 register struct mbuf *m,
291 struct mbuf *control)
403 struct mbuf *
[all...]
H A Dudp6_usrreq.c71 #include <sys/mbuf.h>
118 struct sockaddr_in6 *, struct mbuf *, int);
166 struct sockaddr_in6 *udp_in6, struct mbuf *n, int off)
168 struct mbuf *opts = NULL;
190 struct mbuf **mp,
193 struct mbuf *m = *mp;
197 struct mbuf *opts = NULL;
240 struct mbuf *n = NULL;
274 * KAME note: usually we drop udphdr from mbuf here.
378 if (reuse_sock != 0) /* free the extra copy of mbuf */
[all...]
H A Desp_core.c38 #include <sys/mbuf.h>
90 static int esp_null_decrypt(struct mbuf *, size_t,
92 static int esp_null_encrypt(struct mbuf *, size_t, size_t,
130 static int esp_cbc_decrypt(struct mbuf *, size_t,
132 static int esp_cbc_encrypt(struct mbuf *, size_t, size_t,
292 __unused struct mbuf *m,
304 __unused struct mbuf *m,
677 struct mbuf *m;
683 struct mbuf *s;
684 struct mbuf *
[all...]
H A Din6_pcb.h113 void init_sin6(struct sockaddr_in6 *sin6, struct mbuf *m);
H A Din6_gif.c38 #include <sys/mbuf.h>
87 struct mbuf *m,
226 struct mbuf **mp;
229 struct mbuf *m = *mp;
363 const struct mbuf *m,
H A Dipcomp_input.c41 #include <sys/mbuf.h>
85 ipcomp4_input(struct mbuf *m, int off)
87 struct mbuf *md;
237 struct mbuf **mp;
240 struct mbuf *m, *md;
H A Dip6_output.c76 #include <sys/mbuf.h>
128 struct mbuf *ip6e_ip6;
129 struct mbuf *ip6e_hbh;
130 struct mbuf *ip6e_dest1;
131 struct mbuf *ip6e_rthdr;
132 struct mbuf *ip6e_dest2;
135 static int ip6_pcbopts(struct ip6_pktopts **, struct mbuf *,
137 static int ip6_setmoptions(int, struct inpcb *, struct mbuf *);
138 static int ip6_getmoptions(int, struct ip6_moptions *, struct mbuf **);
139 static int ip6_copyexthdr(struct mbuf **, caddr_
[all...]
H A Dip6_mroute.c85 #include <sys/mbuf.h>
121 static int ip6_mdq(struct mbuf *, struct ifnet *, struct mf6c *);
122 static void phyint_send(struct ip6_hdr *, struct mif6 *, struct mbuf *);
125 static int socket_send(struct socket *, struct mbuf *,
128 struct mbuf *);
929 struct mbuf *mm;
937 mm, (struct mbuf *)0, NULL) != 0) {
960 struct mbuf *m;
964 struct mbuf *mm;
1022 struct mbuf *mb
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/conf/
H A Dparam.c76 #include <sys/mbuf.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Duipc_proto.c69 #include <sys/mbuf.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Drtsock_mip.c43 struct mbuf *m = 0;
/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dadsp_CLListen.c43 #include <sys/mbuf.h>
H A Dadsp_NewCID.c44 #include <sys/mbuf.h>
H A Dadsp_misc.c37 #include <sys/mbuf.h>
H A Dat_var.h284 int ddp_usrreq(struct socket *, int, struct mbuf *, struct mbuf *,
285 struct mbuf *);
324 int pat_output(at_ifaddr_t *, struct mbuf *, unsigned char *, int);
H A Daurp.h188 { struct mbuf *q_head;
189 struct mbuf *q_tail;
225 struct mbuf *at_gbuf_to_mbuf(gbuf_t *);
226 gbuf_t *at_mbuf_to_gbuf(struct mbuf *, int);
H A Daurp_cfg.c49 #include <sys/mbuf.h>
H A Ddrv_dep.c45 #include <sys/mbuf.h>
144 struct mbuf *mlist; /* packet chain */
148 struct mbuf *m, *m1;
207 struct mbuf *m1;
240 /* make sure the entire packet header is in the current mbuf */
271 /* advance the mbuf pointers past the ethernet header */
298 MCHTYPE(m, MSG_DATA); /* set the mbuf type */

Completed in 97 milliseconds

1234567891011