HomeSort by relevance Sort by last modified time
    Searched refs:mbuf (Results 1 - 25 of 169) sorted by null

1 2 3 4 5 6 7

  /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,
  /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,
  /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);
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/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);
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/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);
  /prebuilts/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);
  /prebuilts/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);
  /prebuilts/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);
  /prebuilts/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);
  /prebuilts/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);
  /prebuilts/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);
  /prebuilts/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);
  /prebuilts/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);
  /prebuilts/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);
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/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);

Completed in 8059 milliseconds

1 2 3 4 5 6 7