HomeSort by relevance Sort by last modified time
    Searched refs:mbuf (Results 76 - 100 of 308) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/qemu/slirp-android/
slirp.h 164 #include "mbuf.h"
227 int cksum(struct mbuf *m, int len);
231 void if_output _P((struct socket *, struct mbuf *));
235 void ip_input _P((struct mbuf *));
237 void ip_stripoptions _P((register struct mbuf *, struct mbuf *));
240 int ip_output _P((struct socket *, struct mbuf *));
243 void tcp_input _P((register struct mbuf *, int, struct socket *));
253 void tcp_respond _P((struct tcpcb *, register struct tcpiphdr *, register struct mbuf *, tcp_seq, tcp_seq, int));
261 int tcp_emu _P((struct socket *, struct mbuf *));
    [all...]
sbuf.h 27 void sbappend _P((struct socket *, struct mbuf *));
libslirp.h 21 struct mbuf;
73 int slirp_log_dns(struct mbuf* m, int dropped);
75 int slirp_dump_dns(struct mbuf* m);
ip_icmp.h 158 void icmp_input _P((struct mbuf *, int));
159 void icmp_error(struct mbuf *msrc, u_char type, u_char code, int minsize,
161 void icmp_reflect _P((struct mbuf *));
socket.h 26 struct mbuf *so_m; /* Pointer to the original SYN packet,
88 int sosendto _P((struct socket *, struct mbuf *));
  /external/libppp/src/
tcpmss.c 46 #include "mbuf.h"
143 static struct mbuf *
144 tcpmss_Check(struct bundle *bundle, struct mbuf *bp)
170 static struct mbuf *
172 struct mbuf *bp, int pri __unused, u_short *proto __unused)
177 static struct mbuf *
179 struct mbuf *bp, u_short *proto __unused)
async.c 39 #include "mbuf.h"
102 static struct mbuf *
103 async_LayerPush(struct bundle *b __unused, struct link *l, struct mbuf *bp,
108 struct mbuf *wp;
146 static struct mbuf *
149 struct mbuf *bp;
189 static struct mbuf *
190 async_LayerPull(struct bundle *b __unused, struct link *l, struct mbuf *bp,
193 struct mbuf *nbp, **last;
acf.c 39 #include "mbuf.h"
58 static struct mbuf *
59 acf_LayerPush(struct bundle *b __unused, struct link *l, struct mbuf *bp,
72 static struct mbuf *
73 acf_LayerPull(struct bundle *b __unused, struct link *l, struct mbuf *bp,
mp.h 29 struct mbuf;
107 struct mbuf *inbufs; /* Received fragments */
136 extern struct mbuf *mp_Input(struct bundle *, struct link *, struct mbuf *);
vjcomp.c 43 #include "mbuf.h"
72 static struct mbuf *
73 vj_LayerPush(struct bundle *bundle, struct link *l __unused, struct mbuf *bp,
114 static struct mbuf *
115 VjUncompressTcp(struct ipcp *ipcp, struct mbuf *bp, u_char type)
125 * Uncompressed packet does NOT change its size, so that we can use mbuf
164 static struct mbuf *
165 vj_LayerPull(struct bundle *bundle, struct link *l __unused, struct mbuf *bp,
lcp.h 127 struct mbuf;
142 extern struct mbuf *lcp_Input(struct bundle *, struct link *, struct mbuf *);
hdlc.h 58 struct mbuf;
109 extern void hdlc_DecodePacket(struct bundle *, u_short, struct mbuf *,
ipv6cp.h 74 extern struct mbuf *ipv6cp_Input(struct bundle *, struct link *, struct mbuf *);
link.h 69 extern struct mbuf *link_Dequeue(struct link *);
71 extern void link_PushPacket(struct link *, struct mbuf *, struct bundle *,
log.h 60 struct mbuf;
90 extern void log_DumpBp(int, const char *, const struct mbuf *);
slcompress.h 153 struct mbuf;
157 extern u_char sl_compress_tcp(struct mbuf *, struct ip *, struct slcompress *,
link.c 44 #include "mbuf.h"
72 static void Despatch(struct bundle *, struct link *, struct mbuf *, u_short);
135 struct mbuf *m;
154 struct mbuf *m;
163 * the async layer record how much it's padded the packet in the mbuf's
178 struct mbuf *
182 struct mbuf *bp;
248 link_PushPacket(struct link *l, struct mbuf *bp, struct bundle *b, int pri,
278 struct mbuf *bp, *lbp[LAYER_MAX], *next;
351 struct mbuf *(*fn)(struct bundle *, struct link *, struct mbuf *)
    [all...]
ipcp.h 118 extern struct mbuf *ipcp_Input(struct bundle *, struct link *, struct mbuf *);
pred.c 40 #include "mbuf.h"
173 static struct mbuf *
175 int pri __unused, u_short *proto, struct mbuf *bp)
178 struct mbuf *mwp;
216 static struct mbuf *
217 Pred1Input(void *v, struct ccp *ccp, u_short *proto, struct mbuf *bp)
222 struct mbuf *wp;
293 u_short proto __unused, struct mbuf *bp __unused)
  /external/qemu/slirp/
sbuf.h 27 void sbappend _P((struct socket *, struct mbuf *));
slirp.h 211 #include "mbuf.h"
277 int cksum(struct mbuf *m, int len);
281 void if_output _P((struct socket *, struct mbuf *));
285 void ip_input _P((struct mbuf *));
287 void ip_stripoptions _P((register struct mbuf *, struct mbuf *));
290 int ip_output _P((struct socket *, struct mbuf *));
293 void tcp_input _P((register struct mbuf *, int, struct socket *));
303 void tcp_respond _P((struct tcpcb *, register struct tcpiphdr *, register struct mbuf *, tcp_seq, tcp_seq, int));
311 int tcp_emu _P((struct socket *, struct mbuf *));
    [all...]
socket.h 26 struct mbuf *so_m; /* Pointer to the original SYN packet,
84 int sosendto _P((struct socket *, struct mbuf *));
ip_icmp.h 156 void icmp_input _P((struct mbuf *, int));
157 void icmp_error(struct mbuf *msrc, u_char type, u_char code, int minsize,
159 void icmp_reflect _P((struct mbuf *));
  /external/emma/core/java12/com/vladium/util/
ByteArrayIStream.java 67 final byte [] mbuf = m_buf;
70 for (int i = 0; i < length; ++ i) buf [offset + i] = mbuf [pos + i];
72 System.arraycopy (mbuf, pos, buf, offset, length);
  /frameworks/av/media/libmediaplayerservice/nuplayer/
GenericSource.cpp 224 MediaBuffer *mbuf; local
225 status_t err = track->mSource->read(&mbuf, &options);
230 size_t outLength = mbuf->range_length();
239 (const uint8_t *)mbuf->data() + mbuf->range_offset(),
240 mbuf->range_length());
244 if (!mbuf->meta_data()->findInt32(
249 memcpy(buffer->data() + mbuf->range_length(),
255 CHECK(mbuf->meta_data()->findInt64(kKeyTime, &timeUs));
263 mbuf->release()
    [all...]

Completed in 335 milliseconds

1 2 34 5 6 7 8 91011>>