Searched refs:eth_buffer_t (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/system/ulib/inet6/
H A Dnetifc.c79 typedef struct eth_buffer eth_buffer_t; typedef in typeref:struct:eth_buffer
83 eth_buffer_t* next;
89 static_assert(sizeof(eth_buffer_t) == 32, "");
91 static eth_buffer_t* eth_buffer_base;
94 static int _check_ethbuf(eth_buffer_t* ethbuf, uint32_t state) {
115 static void check_ethbuf(eth_buffer_t* ethbuf, uint32_t state) {
121 static eth_buffer_t* eth_buffers = NULL;
123 static void eth_put_buffer_locked(eth_buffer_t* buf, uint32_t state) __TA_REQUIRES(eth_lock) {
130 void eth_put_buffer(eth_buffer_t* ethbuf) {
140 static zx_status_t eth_get_buffer_locked(size_t sz, void** data, eth_buffer_t** ou
[all...]
H A Dinet6.c236 eth_buffer_t* ethbuf;
263 eth_buffer_t* ethbuf;
/fuchsia/zircon/system/ulib/inet6/include/inet6/
H A Dinet6.h138 typedef struct eth_buffer eth_buffer_t; typedef in typeref:struct:eth_buffer
141 zx_status_t eth_get_buffer(size_t len, void** data, eth_buffer_t** out,
143 void eth_put_buffer(eth_buffer_t* ethbuf);
145 zx_status_t eth_send(eth_buffer_t* ethbuf, size_t skip, size_t len);
/fuchsia/zircon/bootloader/src/
H A Dnetifc.c55 typedef struct eth_buffer_t eth_buffer;
56 struct eth_buffer_t { struct

Completed in 100 milliseconds