Searched defs:_pool (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/subsys/net/ip/ |
D | nbr.h | 102 #define NET_NBR_TABLE_INIT(_type, _name, _pool, _clear) \ argument
|
/Zephyr-latest/include/zephyr/ |
D | net_buf.h | 1116 #define NET_BUF_POOL_USAGE_INIT(_pool, _count) \ argument 1120 #define NET_BUF_POOL_INITIALIZER(_pool, _alloc, _bufs, _count, _ud_size, _destroy) \ argument 1349 #define net_buf_alloc_fixed(_pool, _timeout) \ argument 1391 #define net_buf_alloc_len(_pool, _size, _timeout) \ argument 1428 #define net_buf_alloc_with_data(_pool, _data_, _size, _timeout) \ argument
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | conn_internal.h | 541 #define bt_conn_create_pdu_timeout(_pool, _reserve, _timeout) \ argument 545 #define bt_conn_create_pdu(_pool, _reserve) \ argument 552 #define bt_conn_create_pdu(_pool, _reserve) \ argument
|
D | l2cap_internal.h | 208 #define bt_l2cap_create_pdu(_pool, _reserve) \ argument
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | l2cap_br_internal.h | 218 #define bt_l2cap_create_pdu(_pool, _reserve) \ argument
|