/external/qemu/slirp/ |
mbuf.h | 29 * @(#)mbuf.h 8.3 (Berkeley) 1/21/94 30 * mbuf.h,v 1.9 1994/11/14 13:54:20 bde Exp 39 #define MINCSIZE 4096 /* Amount to increase mbuf if too small */ 43 * mtod(m,t) - convert mbuf pointer to data pointer of correct type 44 * dtom(x) - convert data pointer within mbuf to mbuf pointer (XXX) 47 /* #define dtom(x) ((struct mbuf *)((int)(x) & ~(M_SIZE-1))) */ 50 * Only one mbuf is ever used in a chain, for each "cell" of data. 58 /* header at beginning of each mbuf: */ 60 struct mbuf *mh_next; /* Linked list of mbufs * 87 struct mbuf { struct [all...] |
if.h | 37 extern struct mbuf if_fastq; /* fast queue (for interactive data) */ 38 extern struct mbuf if_batchq; /* queue for non-interactive data */ 39 extern struct mbuf *next_m;
|
mbuf.c | 9 * mbuf's in SLiRP are much simpler than the real mbufs in 11 * so that one whole packet can fit. Mbuf's cannot be 12 * chained together. If there's more data than the mbuf 21 struct mbuf m_freelist, m_usedlist; 39 * Get an mbuf from the free list, if there are none 46 struct mbuf * 49 register struct mbuf *m; 55 m = (struct mbuf *)malloc(SLIRP_MSIZE); 83 m_free(struct mbuf *m) 112 * Copy data from one mbuf to the end o [all...] |
tftp.h | 33 void tftp_input(struct mbuf *m);
|
udp.h | 97 struct mbuf; 100 void udp_input _P((register struct mbuf *, int)); 101 int udp_output _P((struct socket *, struct mbuf *, struct sockaddr_in *)); 105 int udp_output2(struct socket *so, struct mbuf *m,
|
if.c | 12 struct mbuf if_fastq; /* fast queue (for interactive data) */ 13 struct mbuf if_batchq; /* queue for non-interactive data */ 14 struct mbuf *next_m; /* Pointer to next mbuf to output */ 19 ifs_insque(struct mbuf *ifm, struct mbuf *ifmhead) 28 ifs_remque(struct mbuf *ifm) 136 if_output(struct socket *so, struct mbuf *ifm) 138 struct mbuf *ifq; 146 * First remove the mbuf from m_usedlist [all...] |
/external/qemu/slirp-android/ |
mbuf.h | 29 * @(#)mbuf.h 8.3 (Berkeley) 1/21/94 30 * mbuf.h,v 1.9 1994/11/14 13:54:20 bde Exp 39 #define MINCSIZE 4096 /* Amount to increase mbuf if too small */ 43 * mtod(m,t) - convert mbuf pointer to data pointer of correct type 44 * dtom(x) - convert data pointer within mbuf to mbuf pointer (XXX) 47 /* #define dtom(x) ((struct mbuf *)((int)(x) & ~(M_SIZE-1))) */ 50 * Only one mbuf is ever used in a chain, for each "cell" of data. 58 /* header at beginning of each mbuf: */ 60 struct mbuf *mh_next; /* Linked list of mbufs * 87 struct mbuf { struct [all...] |
if.h | 37 extern struct mbuf if_fastq; /* fast queue (for interactive data) */ 38 extern struct mbuf if_batchq; /* queue for non-interactive data */ 39 extern struct mbuf *next_m;
|
mbuf.c | 9 * mbuf's in SLiRP are much simpler than the real mbufs in 11 * so that one whole packet can fit. Mbuf's cannot be 12 * chained together. If there's more data than the mbuf 21 struct mbuf m_freelist, m_usedlist; 39 * Get an mbuf from the free list, if there are none 46 struct mbuf * 49 register struct mbuf *m; 55 m = (struct mbuf *)malloc(SLIRP_MSIZE); 83 m_free(struct mbuf *m) 112 * Copy data from one mbuf to the end o [all...] |
tftp.h | 33 void tftp_input(struct mbuf *m);
|
udp.h | 95 struct mbuf; 98 void udp_input _P((register struct mbuf *, int)); 99 int udp_output_ _P((struct socket *, struct mbuf *, SockAddress *)); 105 int udp_output2_(struct socket *so, struct mbuf *m,
|
if.c | 12 struct mbuf if_fastq; /* fast queue (for interactive data) */ 13 struct mbuf if_batchq; /* queue for non-interactive data */ 14 struct mbuf *next_m; /* Pointer to next mbuf to output */ 19 ifs_insque(struct mbuf *ifm, struct mbuf *ifmhead) 28 ifs_remque(struct mbuf *ifm) 136 if_output(struct socket *so, struct mbuf *ifm) 138 struct mbuf *ifq; 146 * First remove the mbuf from m_usedlist [all...] |
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...] |
/external/emma/core/java12/com/vladium/util/ |
ByteArrayOStream.java | 53 byte [] mbuf = m_buf; 54 final int mbuflen = mbuf.length; 61 for (int i = 0; i < pos; ++ i) newbuf [i] = mbuf [i]; 63 System.arraycopy (mbuf, 0, newbuf, 0, pos); 65 m_buf = mbuf = newbuf; 68 mbuf [pos] = (byte) b1; 69 mbuf [pos + 1] = (byte) b2; 77 byte [] mbuf = m_buf; 78 final int mbuflen = mbuf.length; 85 for (int i = 0; i < pos; ++ i) newbuf [i] = mbuf [i] [all...] |
/bionic/libc/include/net/ |
if_ieee1394.h | 95 struct mbuf *rp_m; 118 void ieee1394_input(struct ifnet *, struct mbuf *, u_int16_t); 122 struct mbuf * ieee1394_fragment(struct ifnet *, struct mbuf *, int, u_int16_t);
|
/development/ndk/platforms/android-3/include/net/ |
if_ieee1394.h | 95 struct mbuf *rp_m; 118 void ieee1394_input(struct ifnet *, struct mbuf *, u_int16_t); 122 struct mbuf * ieee1394_fragment(struct ifnet *, struct mbuf *, int, u_int16_t);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/net/ |
if_ieee1394.h | 95 struct mbuf *rp_m; 118 void ieee1394_input(struct ifnet *, struct mbuf *, u_int16_t); 122 struct mbuf * ieee1394_fragment(struct ifnet *, struct mbuf *, int, u_int16_t);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/net/ |
if_ieee1394.h | 95 struct mbuf *rp_m; 118 void ieee1394_input(struct ifnet *, struct mbuf *, u_int16_t); 122 struct mbuf * ieee1394_fragment(struct ifnet *, struct mbuf *, int, u_int16_t);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/net/ |
if_ieee1394.h | 95 struct mbuf *rp_m; 118 void ieee1394_input(struct ifnet *, struct mbuf *, u_int16_t); 122 struct mbuf * ieee1394_fragment(struct ifnet *, struct mbuf *, int, u_int16_t);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/net/ |
if_ieee1394.h | 95 struct mbuf *rp_m; 118 void ieee1394_input(struct ifnet *, struct mbuf *, u_int16_t); 122 struct mbuf * ieee1394_fragment(struct ifnet *, struct mbuf *, int, u_int16_t);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/net/ |
if_ieee1394.h | 95 struct mbuf *rp_m; 118 void ieee1394_input(struct ifnet *, struct mbuf *, u_int16_t); 122 struct mbuf * ieee1394_fragment(struct ifnet *, struct mbuf *, int, u_int16_t);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/net/ |
if_ieee1394.h | 95 struct mbuf *rp_m; 118 void ieee1394_input(struct ifnet *, struct mbuf *, u_int16_t); 122 struct mbuf * ieee1394_fragment(struct ifnet *, struct mbuf *, int, u_int16_t);
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/net/ |
if_ieee1394.h | 95 struct mbuf *rp_m; 118 void ieee1394_input(struct ifnet *, struct mbuf *, u_int16_t); 122 struct mbuf * ieee1394_fragment(struct ifnet *, struct mbuf *, int, u_int16_t);
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/net/ |
if_ieee1394.h | 95 struct mbuf *rp_m; 118 void ieee1394_input(struct ifnet *, struct mbuf *, u_int16_t); 122 struct mbuf * ieee1394_fragment(struct ifnet *, struct mbuf *, int, u_int16_t);
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/net/ |
if_ieee1394.h | 95 struct mbuf *rp_m; 118 void ieee1394_input(struct ifnet *, struct mbuf *, u_int16_t); 122 struct mbuf * ieee1394_fragment(struct ifnet *, struct mbuf *, int, u_int16_t);
|