Searched refs:mbuf (Results 101 - 125 of 256) sorted by relevance

1234567891011

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_output.c76 #include <sys/mbuf.h>
140 static struct mbuf *ip_insertoptions(struct mbuf *, struct mbuf *, int *);
142 static void ip_mloopback(struct ifnet *, struct mbuf *,
145 static int ip_pcbopts(int, struct mbuf **, struct mbuf *);
156 void in_delayed_cksum_offset(struct mbuf *, int );
157 void in_cksum_offset(struct mbuf* , size_t );
159 extern int (*fr_checkp)(struct ip *, int, struct ifnet *, int, struct mbuf **);
[all...]
H A Dudp_usrreq.c68 #include <sys/mbuf.h>
198 struct mbuf *n, int off, struct sockaddr_in *pudp_in,
202 struct mbuf *n, int off, struct sockaddr_in *pudp_in);
206 static int udp_output(struct inpcb *, struct mbuf *, struct sockaddr *,
207 struct mbuf *, struct proc *);
274 register struct mbuf *m;
280 struct mbuf *opts = 0;
310 ip_stripoptions(m, (struct mbuf *)0);
315 * Get IP and UDP header together in first mbuf.
336 * Make mbuf dat
[all...]
H A Dif_atm.c73 #include <sys/mbuf.h>
233 * [2] "m" = mbuf containing the data to be sent
249 struct mbuf *m;
H A Digmp.c87 #include <sys/mbuf.h>
123 static struct mbuf *router_alert;
193 struct mbuf *m,
478 struct mbuf *m;
H A Din_gif.c64 #include <sys/mbuf.h>
106 struct mbuf *m,
236 struct mbuf *m;
332 const struct mbuf *m,
H A Dip_ecn.c65 #include <sys/mbuf.h>
H A Dudp_var.h143 void udp_input(struct mbuf *, int);
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dbsd_comp.c81 #include <sys/mbuf.h>
84 #define PACKETPTR struct mbuf *
179 static int bsd_compress(void *state, struct mbuf **mret,
180 struct mbuf *mp, int slen, int maxolen);
181 static void bsd_incomp(void *state, struct mbuf *dmsg);
182 static int bsd_decompress(void *state, struct mbuf *cmp,
183 struct mbuf **dmpp);
507 struct mbuf **mret; /* return compressed mbuf chain here */
508 struct mbuf *m
[all...]
H A Dether_at_pr_module.c68 #include <sys/mbuf.h>
104 * the packet is in the mbuf chain m without
118 * is copied in the mbuf by the driver, and only the m_data and
146 struct mbuf *m = *m0;
H A Dif_stf.c87 #include <sys/mbuf.h>
143 static void in_stf_input(struct mbuf *, int);
155 static int stf_encapcheck(const struct mbuf *, int, int, void *);
157 int stf_pre_output(struct ifnet *, protocol_family_t, struct mbuf **,
341 const struct mbuf *m,
448 struct mbuf **m0,
454 struct mbuf *m = *m0;
557 /* Assumption: ip_output will free mbuf on errors */
665 struct mbuf *m,
/macosx-10.5.8/xnu-1228.15.4/security/
H A Dmac_policy.h97 struct mbuf;
953 @param ifp Network interface mbuf will be transmitted through
955 @param m The mbuf to be transmitted
956 @param mbuflabel Label of the mbuf to be transmitted
960 Determine whether the mbuf with label mbuflabel may be transmitted
970 struct mbuf *m,
1095 @param m The mbuf being received
1096 @param mbuflabel Label of the mbuf being received
1100 Determine whether the mbuf with label mbuflabel may be received
1109 struct mbuf *
[all...]
H A Dmac_alloc.c38 #include <sys/mbuf.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dddp.h207 int ddp_pru_send(struct socket *so, int flags, struct mbuf *m,
208 struct sockaddr *addr, struct mbuf *control,
H A Ddebug.h158 (((struct mbuf *)_tmp)->m_flags & M_EXT)?"CL":""));\
160 ((struct mbuf *)_tmp)->m_flags & M_EXT);\
H A Dadsp_CLDeny.c44 #include <sys/mbuf.h>
H A Dadsp_Init.c48 #include <sys/mbuf.h>
H A Dadsp_Options.c44 #include <sys/mbuf.h>
H A Dadsp_Status.c45 #include <sys/mbuf.h>
H A Dadsp_TimerElem.c45 #include <sys/mbuf.h>
H A Dadsp_attention.c49 #include <sys/mbuf.h>
105 /* The 1st mbuf in the pb->mp chain (mp) is the adspcmd structure.
106 The 2nd mbuf (nmp) will be the beginning of the data. */
H A Dat_proto.c44 #include <sys/mbuf.h>
H A Daurp_rd.c48 #include <sys/mbuf.h>
H A Dddp_aep.c45 #include <sys/mbuf.h>
H A Dddp_usrreq.c44 #include <sys/mbuf.h>
168 int ddp_pru_send(struct socket *so, __unused int flags, struct mbuf *m,
169 struct sockaddr *addr, __unused struct mbuf *control,
228 struct mbuf *n;
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dkernel_types.h87 typedef struct mbuf* mbuf_t;

Completed in 94 milliseconds

1234567891011