Home
last modified time | relevance | path

Searched defs:mbuf (Results 1 – 25 of 1258) sorted by relevance

12345678910>>...51

/dports/emulators/qemu-utils/qemu-4.2.1/slirp/src/
H A Dmbuf.h76 struct mbuf { struct
79 struct mbuf *m_next; /* Linked list of mbufs */ argument
80 struct mbuf *m_prev; argument
81 struct mbuf *m_nextpkt; /* Next packet in queue/record */ argument
82 struct mbuf *m_prevpkt; /* Flags aren't used in the output queue */ argument
85 int m_size; /* Size of mbuf, from m_dat or m_ext */ argument
89 int m_len; /* Amount of data in this mbuf, from m_data */ argument
106 #define M_FREELIST 0x02 /* mbuf is on free list */ argument
/dports/emulators/qemu5/qemu-5.2.0/slirp/src/
H A Dmbuf.h76 struct mbuf { struct
79 struct mbuf *m_next; /* Linked list of mbufs */ argument
80 struct mbuf *m_prev; argument
81 struct mbuf *m_nextpkt; /* Next packet in queue/record */ argument
82 struct mbuf *m_prevpkt; /* Flags aren't used in the output queue */ argument
85 int m_size; /* Size of mbuf, from m_dat or m_ext */ argument
89 int m_len; /* Amount of data in this mbuf, from m_data */ argument
106 #define M_FREELIST 0x02 /* mbuf is on free list */ argument
/dports/emulators/qemu-guest-agent/qemu-5.0.1/slirp/src/
H A Dmbuf.h76 struct mbuf { struct
79 struct mbuf *m_next; /* Linked list of mbufs */ argument
80 struct mbuf *m_prev; argument
81 struct mbuf *m_nextpkt; /* Next packet in queue/record */ argument
82 struct mbuf *m_prevpkt; /* Flags aren't used in the output queue */ argument
85 int m_size; /* Size of mbuf, from m_dat or m_ext */ argument
89 int m_len; /* Amount of data in this mbuf, from m_data */ argument
106 #define M_FREELIST 0x02 /* mbuf is on free list */ argument
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/slirp/
H A Dmbuf.h77 struct mbuf { struct
80 struct mbuf *m_next; /* Linked list of mbufs */ argument
81 struct mbuf *m_prev; argument
82 struct mbuf *m_nextpkt; /* Next packet in queue/record */ argument
83 struct mbuf *m_prevpkt; /* Flags aren't used in the output queue */ argument
86 int m_size; /* Size of mbuf, from m_dat or m_ext */ argument
90 int m_len; /* Amount of data in this mbuf, from m_data */ argument
107 #define M_FREELIST 0x02 /* mbuf is on free list */ argument
/dports/emulators/qemu42/qemu-4.2.1/slirp/src/
H A Dmbuf.h76 struct mbuf { struct
79 struct mbuf *m_next; /* Linked list of mbufs */ argument
80 struct mbuf *m_prev; argument
81 struct mbuf *m_nextpkt; /* Next packet in queue/record */ argument
82 struct mbuf *m_prevpkt; /* Flags aren't used in the output queue */ argument
85 int m_size; /* Size of mbuf, from m_dat or m_ext */ argument
89 int m_len; /* Amount of data in this mbuf, from m_data */ argument
106 #define M_FREELIST 0x02 /* mbuf is on free list */ argument
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/slirp/src/
H A Dmbuf.h76 struct mbuf { struct
79 struct mbuf *m_next; /* Linked list of mbufs */ argument
80 struct mbuf *m_prev; argument
81 struct mbuf *m_nextpkt; /* Next packet in queue/record */ argument
82 struct mbuf *m_prevpkt; /* Flags aren't used in the output queue */ argument
85 int m_size; /* Size of mbuf, from m_dat or m_ext */ argument
89 int m_len; /* Amount of data in this mbuf, from m_data */ argument
106 #define M_FREELIST 0x02 /* mbuf is on free list */ argument
/dports/emulators/qemu60/qemu-6.0.0/slirp/src/
H A Dmbuf.h76 struct mbuf { struct
79 struct mbuf *m_next; /* Linked list of mbufs */ argument
80 struct mbuf *m_prev; argument
81 struct mbuf *m_nextpkt; /* Next packet in queue/record */ argument
82 struct mbuf *m_prevpkt; /* Flags aren't used in the output queue */ argument
85 int m_size; /* Size of mbuf, from m_dat or m_ext */ argument
89 int m_len; /* Amount of data in this mbuf, from m_data */ argument
106 #define M_FREELIST 0x02 /* mbuf is on free list */ argument
/dports/emulators/bochs/bochs-2.7/iodev/network/slirp/
H A Dmbuf.h69 struct mbuf { struct
72 struct mbuf *m_next; /* Linked list of mbufs */ argument
73 struct mbuf *m_prev; argument
74 struct mbuf *m_nextpkt; /* Next packet in queue/record */ argument
75 struct mbuf *m_prevpkt; /* Flags aren't used in the output queue */ argument
82 int m_len; /* Amount of data in this mbuf */ argument
101 #define M_FREELIST 0x02 /* mbuf is on free list */ argument
/dports/net/libslirp/libslirp-cceced0cce9d578ed01db68edf31af78eb66f858/src/
H A Dmbuf.h83 struct mbuf { struct
86 struct mbuf *m_next; /* Linked list of mbufs */ argument
87 struct mbuf *m_prev; argument
88 struct mbuf *m_nextpkt; /* Next packet in queue/record */ argument
89 struct mbuf *m_prevpkt; /* Flags aren't used in the output queue */ argument
92 int m_size; /* Size of mbuf, from m_dat or m_ext */ argument
96 int m_len; /* Amount of data in this mbuf, from m_data */ argument
113 #define M_FREELIST 0x02 /* mbuf is on free list */ argument
/dports/emulators/qemu/qemu-6.2.0/slirp/src/
H A Dmbuf.h83 struct mbuf { struct
86 struct mbuf *m_next; /* Linked list of mbufs */ argument
87 struct mbuf *m_prev; argument
88 struct mbuf *m_nextpkt; /* Next packet in queue/record */ argument
89 struct mbuf *m_prevpkt; /* Flags aren't used in the output queue */ argument
92 int m_size; /* Size of mbuf, from m_dat or m_ext */ argument
96 int m_len; /* Amount of data in this mbuf, from m_data */ argument
113 #define M_FREELIST 0x02 /* mbuf is on free list */ argument
/dports/databases/twemproxy/twemproxy-0.5.0/src/
H A Dnc_mbuf.h25 struct mbuf { struct
26 uint32_t magic; /* mbuf magic (const) */ argument
34 STAILQ_HEAD(mhdr, mbuf); argument
43 mbuf_empty(const struct mbuf *mbuf) in mbuf_empty()
49 mbuf_full(const struct mbuf *mbuf) in mbuf_full()
H A Dnc_mbuf.c32 struct mbuf *mbuf; in _mbuf_get() local
81 struct mbuf *mbuf; in mbuf_get() local
105 mbuf_free(struct mbuf *mbuf) in mbuf_free()
119 mbuf_put(struct mbuf *mbuf) in mbuf_put()
135 mbuf_rewind(struct mbuf *mbuf) in mbuf_rewind()
146 mbuf_length(const struct mbuf *mbuf) in mbuf_length()
158 mbuf_size(const struct mbuf *mbuf) in mbuf_size()
179 mbuf_insert(struct mhdr *mhdr, struct mbuf *mbuf) in mbuf_insert()
190 mbuf_remove(struct mhdr *mhdr, struct mbuf *mbuf) in mbuf_remove()
232 struct mbuf *mbuf, *nbuf; in mbuf_split() local
[all …]
/dports/audio/re/re-0.5.8/include/
H A Dre_mem.h32 void *mem_deref(void *data);
35 void mem_debug(void);
36 void mem_threshold_set(ssize_t n);
37 struct re_printf;
/dports/devel/p5-Thrift-XS/Thrift-XS-1.04/
H A DMemoryBuffer.xs8 TMemoryBuffer *mbuf; in new() local
55 available(TMemoryBuffer *mbuf) in available()
64 read(TMemoryBuffer *mbuf, int len) in read()
85 readAll(TMemoryBuffer *mbuf, int len) in readAll()
106 write(TMemoryBuffer *mbuf, SV *buf, ...) in write()
125 DESTROY(TMemoryBuffer *mbuf) in DESTROY()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/util/slab/
H A Dshard.rs50 let local = (0..MAX_PAGES).map(|_| page::Local::new()).collect(); in mbuf_avail()
56 // Can we fit the value into an existing page? in mbuf_size()
62 } in mbuf_size()
63 } in mbuf_size()
68 pub(super) fn get(&self, addr: Address) -> Option<&T> { in mbuf_free()
80 let page_idx = addr.page(); in prepare_room()
/dports/www/trafficserver/trafficserver-9.1.1/plugins/authproxy/
H A Dutils.cc31 HttpDebugHeader(TSMBuffer mbuf, TSMLoc mhdr) in HttpDebugHeader()
49 HttpSetMimeHeader(TSMBuffer mbuf, TSMLoc mhdr, const char *name, unsigned value) in HttpSetMimeHeader()
67 HttpSetMimeHeader(TSMBuffer mbuf, TSMLoc mhdr, const char *name, const char *value) in HttpSetMimeHeader()
85 HttpGetContentLength(TSMBuffer mbuf, TSMLoc mhdr) in HttpGetContentLength()
100 HttpIsChunkedEncoding(TSMBuffer mbuf, TSMLoc mhdr) in HttpIsChunkedEncoding()
/dports/databases/postgresql96-server/postgresql-9.6.24/contrib/pgcrypto/
H A Dmbuf.c50 mbuf_avail(MBuf *mbuf) in mbuf_avail() argument
56 mbuf_size(MBuf *mbuf) in mbuf_size()
62 mbuf_tell(MBuf *mbuf) in mbuf_tell()
68 mbuf_free(MBuf *mbuf) in mbuf_free()
80 prepare_room(MBuf *mbuf, int block_len) in prepare_room()
121 MBuf *mbuf; in mbuf_create() local
141 MBuf *mbuf; in mbuf_create_from_data() local
170 mbuf_rewind(MBuf *mbuf) in mbuf_rewind()
177 mbuf_steal_data(MBuf *mbuf, uint8 **data_p) in mbuf_steal_data()
342 MBuf *mbuf = arg; in pull_from_mbuf() local
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/contrib/pgcrypto/
H A Dmbuf.c50 mbuf_avail(MBuf *mbuf) in mbuf_avail() argument
56 mbuf_size(MBuf *mbuf) in mbuf_size()
62 mbuf_tell(MBuf *mbuf) in mbuf_tell()
68 mbuf_free(MBuf *mbuf) in mbuf_free()
80 prepare_room(MBuf *mbuf, int block_len) in prepare_room()
121 MBuf *mbuf; in mbuf_create() local
141 MBuf *mbuf; in mbuf_create_from_data() local
170 mbuf_rewind(MBuf *mbuf) in mbuf_rewind()
177 mbuf_steal_data(MBuf *mbuf, uint8 **data_p) in mbuf_steal_data()
342 MBuf *mbuf = arg; in pull_from_mbuf() local
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/contrib/pgcrypto/
H A Dmbuf.c50 mbuf_avail(MBuf *mbuf) in mbuf_avail() argument
56 mbuf_size(MBuf *mbuf) in mbuf_size()
62 mbuf_tell(MBuf *mbuf) in mbuf_tell()
68 mbuf_free(MBuf *mbuf) in mbuf_free()
80 prepare_room(MBuf *mbuf, int block_len) in prepare_room()
121 MBuf *mbuf; in mbuf_create() local
141 MBuf *mbuf; in mbuf_create_from_data() local
170 mbuf_rewind(MBuf *mbuf) in mbuf_rewind()
177 mbuf_steal_data(MBuf *mbuf, uint8 **data_p) in mbuf_steal_data()
342 MBuf *mbuf = arg; in pull_from_mbuf() local
[all …]
/dports/databases/postgresql10-plpython/postgresql-10.19/contrib/pgcrypto/
H A Dmbuf.c50 mbuf_avail(MBuf *mbuf) in mbuf_avail() argument
56 mbuf_size(MBuf *mbuf) in mbuf_size()
62 mbuf_tell(MBuf *mbuf) in mbuf_tell()
68 mbuf_free(MBuf *mbuf) in mbuf_free()
80 prepare_room(MBuf *mbuf, int block_len) in prepare_room()
121 MBuf *mbuf; in mbuf_create() local
141 MBuf *mbuf; in mbuf_create_from_data() local
170 mbuf_rewind(MBuf *mbuf) in mbuf_rewind()
177 mbuf_steal_data(MBuf *mbuf, uint8 **data_p) in mbuf_steal_data()
342 MBuf *mbuf = arg; in pull_from_mbuf() local
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/contrib/pgcrypto/
H A Dmbuf.c50 mbuf_avail(MBuf *mbuf) in mbuf_avail() argument
56 mbuf_size(MBuf *mbuf) in mbuf_size()
62 mbuf_tell(MBuf *mbuf) in mbuf_tell()
68 mbuf_free(MBuf *mbuf) in mbuf_free()
80 prepare_room(MBuf *mbuf, int block_len) in prepare_room()
121 MBuf *mbuf; in mbuf_create() local
141 MBuf *mbuf; in mbuf_create_from_data() local
170 mbuf_rewind(MBuf *mbuf) in mbuf_rewind()
177 mbuf_steal_data(MBuf *mbuf, uint8 **data_p) in mbuf_steal_data()
342 MBuf *mbuf = arg; in pull_from_mbuf() local
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/contrib/pgcrypto/
H A Dmbuf.c50 mbuf_avail(MBuf *mbuf) in mbuf_avail() argument
56 mbuf_size(MBuf *mbuf) in mbuf_size()
62 mbuf_tell(MBuf *mbuf) in mbuf_tell()
68 mbuf_free(MBuf *mbuf) in mbuf_free()
80 prepare_room(MBuf *mbuf, int block_len) in prepare_room()
121 MBuf *mbuf; in mbuf_create() local
141 MBuf *mbuf; in mbuf_create_from_data() local
170 mbuf_rewind(MBuf *mbuf) in mbuf_rewind()
177 mbuf_steal_data(MBuf *mbuf, uint8 **data_p) in mbuf_steal_data()
342 MBuf *mbuf = arg; in pull_from_mbuf() local
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/contrib/pgcrypto/
H A Dmbuf.c50 mbuf_avail(MBuf *mbuf) in mbuf_avail() argument
56 mbuf_size(MBuf *mbuf) in mbuf_size()
62 mbuf_tell(MBuf *mbuf) in mbuf_tell()
68 mbuf_free(MBuf *mbuf) in mbuf_free()
80 prepare_room(MBuf *mbuf, int block_len) in prepare_room()
121 MBuf *mbuf; in mbuf_create() local
141 MBuf *mbuf; in mbuf_create_from_data() local
170 mbuf_rewind(MBuf *mbuf) in mbuf_rewind()
177 mbuf_steal_data(MBuf *mbuf, uint8 **data_p) in mbuf_steal_data()
342 MBuf *mbuf = arg; in pull_from_mbuf() local
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/contrib/pgcrypto/
H A Dmbuf.c50 mbuf_avail(MBuf *mbuf) in mbuf_avail() argument
56 mbuf_size(MBuf *mbuf) in mbuf_size()
62 mbuf_tell(MBuf *mbuf) in mbuf_tell()
68 mbuf_free(MBuf *mbuf) in mbuf_free()
80 prepare_room(MBuf *mbuf, int block_len) in prepare_room()
121 MBuf *mbuf; in mbuf_create() local
141 MBuf *mbuf; in mbuf_create_from_data() local
170 mbuf_rewind(MBuf *mbuf) in mbuf_rewind()
177 mbuf_steal_data(MBuf *mbuf, uint8 **data_p) in mbuf_steal_data()
342 MBuf *mbuf = arg; in pull_from_mbuf() local
[all …]
/dports/databases/postgresql10-pltcl/postgresql-10.19/contrib/pgcrypto/
H A Dmbuf.c50 mbuf_avail(MBuf *mbuf) in mbuf_avail() argument
56 mbuf_size(MBuf *mbuf) in mbuf_size()
62 mbuf_tell(MBuf *mbuf) in mbuf_tell()
68 mbuf_free(MBuf *mbuf) in mbuf_free()
80 prepare_room(MBuf *mbuf, int block_len) in prepare_room()
121 MBuf *mbuf; in mbuf_create() local
141 MBuf *mbuf; in mbuf_create_from_data() local
170 mbuf_rewind(MBuf *mbuf) in mbuf_rewind()
177 mbuf_steal_data(MBuf *mbuf, uint8 **data_p) in mbuf_steal_data()
342 MBuf *mbuf = arg; in pull_from_mbuf() local
[all …]

12345678910>>...51