| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759 |
- /** @file
- * @brief Buffer management.
- */
- /*
- * Copyright (c) 2015 Intel Corporation
- * Additional Copyright (c) 2018 Espressif Systems (Shanghai) PTE LTD
- *
- * SPDX-License-Identifier: Apache-2.0
- */
- #ifndef _BLE_MESH_BUF_H_
- #define _BLE_MESH_BUF_H_
- #include "mesh_config.h"
- #include "mesh_types.h"
- #include "mesh_slist.h"
- #include "mesh_compiler.h"
- #ifdef __cplusplus
- extern "C" {
- #endif
- /* Unaligned access */
- #define UNALIGNED_GET(p) \
- __extension__ ({ \
- struct __attribute__((__packed__)) { \
- __typeof__(*(p)) __v; \
- } *__p = (__typeof__(__p)) (p); \
- __p->__v; \
- })
- #define BLE_MESH_NET_BUF_USER_DATA_SIZE 4
- /**
- * @brief Network buffer library
- * @defgroup net_buf Network Buffer Library
- * @ingroup networking
- * @{
- */
- /* Alignment needed for various parts of the buffer definition */
- #define __net_buf_align __aligned(sizeof(int))
- /**
- * @def NET_BUF_SIMPLE_DEFINE
- * @brief Define a net_buf_simple stack variable.
- *
- * This is a helper macro which is used to define a net_buf_simple object
- * on the stack.
- *
- * @param _name Name of the net_buf_simple object.
- * @param _size Maximum data storage for the buffer.
- */
- #define NET_BUF_SIMPLE_DEFINE(_name, _size) \
- uint8_t net_buf_data_##_name[_size]; \
- struct net_buf_simple _name = { \
- .data = net_buf_data_##_name, \
- .len = 0, \
- .size = _size, \
- .__buf = net_buf_data_##_name, \
- }
- /**
- * @def NET_BUF_SIMPLE_DEFINE_STATIC
- * @brief Define a static net_buf_simple variable.
- *
- * This is a helper macro which is used to define a static net_buf_simple
- * object.
- *
- * @param _name Name of the net_buf_simple object.
- * @param _size Maximum data storage for the buffer.
- */
- #define NET_BUF_SIMPLE_DEFINE_STATIC(_name, _size) \
- static uint8_t net_buf_data_##_name[_size]; \
- static struct net_buf_simple _name = { \
- .data = net_buf_data_##_name, \
- .len = 0, \
- .size = _size, \
- .__buf = net_buf_data_##_name, \
- }
- /**
- * @brief Simple network buffer representation.
- *
- * This is a simpler variant of the net_buf object (in fact net_buf uses
- * net_buf_simple internally). It doesn't provide any kind of reference
- * counting, user data, dynamic allocation, or in general the ability to
- * pass through kernel objects such as FIFOs.
- *
- * The main use of this is for scenarios where the meta-data of the normal
- * net_buf isn't needed and causes too much overhead. This could be e.g.
- * when the buffer only needs to be allocated on the stack or when the
- * access to and lifetime of the buffer is well controlled and constrained.
- */
- struct net_buf_simple {
- /** Pointer to the start of data in the buffer. */
- uint8_t *data;
- /** Length of the data behind the data pointer. */
- uint16_t len;
- /** Amount of data that this buffer can store. */
- uint16_t size;
- /** Start of the data storage. Not to be accessed directly
- * (the data pointer should be used instead).
- */
- uint8_t *__buf;
- };
- /**
- * @def NET_BUF_SIMPLE
- * @brief Define a net_buf_simple stack variable and get a pointer to it.
- *
- * This is a helper macro which is used to define a net_buf_simple object on
- * the stack and the get a pointer to it as follows:
- *
- * struct net_buf_simple *my_buf = NET_BUF_SIMPLE(10);
- *
- * After creating the object it needs to be initialized by calling
- * net_buf_simple_init().
- *
- * @param _size Maximum data storage for the buffer.
- *
- * @return Pointer to stack-allocated net_buf_simple object.
- */
- #define NET_BUF_SIMPLE(_size) \
- ((struct net_buf_simple *)(&(struct { \
- struct net_buf_simple buf; \
- uint8_t data[_size] __net_buf_align; \
- }) { \
- .buf.size = _size, \
- .buf.__buf = NULL, \
- }))
- /**
- * @brief Initialize a net_buf_simple object.
- *
- * This needs to be called after creating a net_buf_simple object using
- * the NET_BUF_SIMPLE macro.
- *
- * @param buf Buffer to initialize.
- * @param reserve_head Headroom to reserve.
- */
- static inline void net_buf_simple_init(struct net_buf_simple *buf,
- size_t reserve_head)
- {
- if (!buf->__buf) {
- buf->__buf = (uint8_t *)buf + sizeof(*buf);
- }
- buf->data = buf->__buf + reserve_head;
- buf->len = 0;
- }
- /**
- * @brief Initialize a net_buf_simple object with data.
- *
- * Initialized buffer object with external data.
- *
- * @param buf Buffer to initialize.
- * @param data External data pointer
- * @param size Amount of data the pointed data buffer if able to fit.
- */
- void net_buf_simple_init_with_data(struct net_buf_simple *buf,
- void *data, size_t size);
- /**
- * @brief Reset buffer
- *
- * Reset buffer data so it can be reused for other purposes.
- *
- * @param buf Buffer to reset.
- */
- static inline void net_buf_simple_reset(struct net_buf_simple *buf)
- {
- buf->len = 0;
- buf->data = buf->__buf;
- }
- /**
- * Clone buffer state, using the same data buffer.
- *
- * Initializes a buffer to point to the same data as an existing buffer.
- * Allows operations on the same data without altering the length and
- * offset of the original.
- *
- * @param original Buffer to clone.
- * @param clone The new clone.
- */
- void net_buf_simple_clone(const struct net_buf_simple *original,
- struct net_buf_simple *clone);
- /**
- * @brief Prepare data to be added at the end of the buffer
- *
- * Increments the data length of a buffer to account for more data
- * at the end.
- *
- * @param buf Buffer to update.
- * @param len Number of bytes to increment the length with.
- *
- * @return The original tail of the buffer.
- */
- void *net_buf_simple_add(struct net_buf_simple *buf, size_t len);
- /**
- * @brief Copy given number of bytes from memory to the end of the buffer
- *
- * Increments the data length of the buffer to account for more data at the
- * end.
- *
- * @param buf Buffer to update.
- * @param mem Location of data to be added.
- * @param len Length of data to be added
- *
- * @return The original tail of the buffer.
- */
- void *net_buf_simple_add_mem(struct net_buf_simple *buf, const void *mem,
- size_t len);
- /**
- * @brief Add (8-bit) byte at the end of the buffer
- *
- * Increments the data length of the buffer to account for more data at the
- * end.
- *
- * @param buf Buffer to update.
- * @param val byte value to be added.
- *
- * @return Pointer to the value added
- */
- uint8_t *net_buf_simple_add_u8(struct net_buf_simple *buf, uint8_t val);
- /**
- * @brief Add 16-bit value at the end of the buffer
- *
- * Adds 16-bit value in little endian format at the end of buffer.
- * Increments the data length of a buffer to account for more data
- * at the end.
- *
- * @param buf Buffer to update.
- * @param val 16-bit value to be added.
- */
- void net_buf_simple_add_le16(struct net_buf_simple *buf, uint16_t val);
- /**
- * @brief Add 16-bit value at the end of the buffer
- *
- * Adds 16-bit value in big endian format at the end of buffer.
- * Increments the data length of a buffer to account for more data
- * at the end.
- *
- * @param buf Buffer to update.
- * @param val 16-bit value to be added.
- */
- void net_buf_simple_add_be16(struct net_buf_simple *buf, uint16_t val);
- /**
- * @brief Add 24-bit value at the end of the buffer
- *
- * Adds 24-bit value in little endian format at the end of buffer.
- * Increments the data length of a buffer to account for more data
- * at the end.
- *
- * @param buf Buffer to update.
- * @param val 24-bit value to be added.
- */
- void net_buf_simple_add_le24(struct net_buf_simple *buf, uint32_t val);
- /**
- * @brief Add 24-bit value at the end of the buffer
- *
- * Adds 24-bit value in big endian format at the end of buffer.
- * Increments the data length of a buffer to account for more data
- * at the end.
- *
- * @param buf Buffer to update.
- * @param val 24-bit value to be added.
- */
- void net_buf_simple_add_be24(struct net_buf_simple *buf, uint32_t val);
- /**
- * @brief Add 32-bit value at the end of the buffer
- *
- * Adds 32-bit value in little endian format at the end of buffer.
- * Increments the data length of a buffer to account for more data
- * at the end.
- *
- * @param buf Buffer to update.
- * @param val 32-bit value to be added.
- */
- void net_buf_simple_add_le32(struct net_buf_simple *buf, uint32_t val);
- /**
- * @brief Add 32-bit value at the end of the buffer
- *
- * Adds 32-bit value in big endian format at the end of buffer.
- * Increments the data length of a buffer to account for more data
- * at the end.
- *
- * @param buf Buffer to update.
- * @param val 32-bit value to be added.
- */
- void net_buf_simple_add_be32(struct net_buf_simple *buf, uint32_t val);
- /**
- * @brief Add 48-bit value at the end of the buffer
- *
- * Adds 48-bit value in little endian format at the end of buffer.
- * Increments the data length of a buffer to account for more data
- * at the end.
- *
- * @param buf Buffer to update.
- * @param val 48-bit value to be added.
- */
- void net_buf_simple_add_le48(struct net_buf_simple *buf, uint64_t val);
- /**
- * @brief Add 48-bit value at the end of the buffer
- *
- * Adds 48-bit value in big endian format at the end of buffer.
- * Increments the data length of a buffer to account for more data
- * at the end.
- *
- * @param buf Buffer to update.
- * @param val 48-bit value to be added.
- */
- void net_buf_simple_add_be48(struct net_buf_simple *buf, uint64_t val);
- /**
- * @brief Add 64-bit value at the end of the buffer
- *
- * Adds 64-bit value in little endian format at the end of buffer.
- * Increments the data length of a buffer to account for more data
- * at the end.
- *
- * @param buf Buffer to update.
- * @param val 64-bit value to be added.
- */
- void net_buf_simple_add_le64(struct net_buf_simple *buf, uint64_t val);
- /**
- * @brief Add 64-bit value at the end of the buffer
- *
- * Adds 64-bit value in big endian format at the end of buffer.
- * Increments the data length of a buffer to account for more data
- * at the end.
- *
- * @param buf Buffer to update.
- * @param val 64-bit value to be added.
- */
- void net_buf_simple_add_be64(struct net_buf_simple *buf, uint64_t val);
- /**
- * @brief Push data to the beginning of the buffer.
- *
- * Modifies the data pointer and buffer length to account for more data
- * in the beginning of the buffer.
- *
- * @param buf Buffer to update.
- * @param len Number of bytes to add to the beginning.
- *
- * @return The new beginning of the buffer data.
- */
- void *net_buf_simple_push(struct net_buf_simple *buf, size_t len);
- /**
- * @brief Push 16-bit value to the beginning of the buffer
- *
- * Adds 16-bit value in little endian format to the beginning of the
- * buffer.
- *
- * @param buf Buffer to update.
- * @param val 16-bit value to be pushed to the buffer.
- */
- void net_buf_simple_push_le16(struct net_buf_simple *buf, uint16_t val);
- /**
- * @brief Push 16-bit value to the beginning of the buffer
- *
- * Adds 16-bit value in big endian format to the beginning of the
- * buffer.
- *
- * @param buf Buffer to update.
- * @param val 16-bit value to be pushed to the buffer.
- */
- void net_buf_simple_push_be16(struct net_buf_simple *buf, uint16_t val);
- /**
- * @brief Push 8-bit value to the beginning of the buffer
- *
- * Adds 8-bit value the beginning of the buffer.
- *
- * @param buf Buffer to update.
- * @param val 8-bit value to be pushed to the buffer.
- */
- void net_buf_simple_push_u8(struct net_buf_simple *buf, uint8_t val);
- /**
- * @brief Push 24-bit value to the beginning of the buffer
- *
- * Adds 24-bit value in little endian format to the beginning of the
- * buffer.
- *
- * @param buf Buffer to update.
- * @param val 24-bit value to be pushed to the buffer.
- */
- void net_buf_simple_push_le24(struct net_buf_simple *buf, uint32_t val);
- /**
- * @brief Push 24-bit value to the beginning of the buffer
- *
- * Adds 24-bit value in big endian format to the beginning of the
- * buffer.
- *
- * @param buf Buffer to update.
- * @param val 24-bit value to be pushed to the buffer.
- */
- void net_buf_simple_push_be24(struct net_buf_simple *buf, uint32_t val);
- /**
- * @brief Push 32-bit value to the beginning of the buffer
- *
- * Adds 32-bit value in little endian format to the beginning of the
- * buffer.
- *
- * @param buf Buffer to update.
- * @param val 32-bit value to be pushed to the buffer.
- */
- void net_buf_simple_push_le32(struct net_buf_simple *buf, uint32_t val);
- /**
- * @brief Push 32-bit value to the beginning of the buffer
- *
- * Adds 32-bit value in big endian format to the beginning of the
- * buffer.
- *
- * @param buf Buffer to update.
- * @param val 32-bit value to be pushed to the buffer.
- */
- void net_buf_simple_push_be32(struct net_buf_simple *buf, uint32_t val);
- /**
- * @brief Push 48-bit value to the beginning of the buffer
- *
- * Adds 48-bit value in little endian format to the beginning of the
- * buffer.
- *
- * @param buf Buffer to update.
- * @param val 48-bit value to be pushed to the buffer.
- */
- void net_buf_simple_push_le48(struct net_buf_simple *buf, uint64_t val);
- /**
- * @brief Push 48-bit value to the beginning of the buffer
- *
- * Adds 48-bit value in big endian format to the beginning of the
- * buffer.
- *
- * @param buf Buffer to update.
- * @param val 48-bit value to be pushed to the buffer.
- */
- void net_buf_simple_push_be48(struct net_buf_simple *buf, uint64_t val);
- /**
- * @brief Push 64-bit value to the beginning of the buffer
- *
- * Adds 64-bit value in little endian format to the beginning of the
- * buffer.
- *
- * @param buf Buffer to update.
- * @param val 64-bit value to be pushed to the buffer.
- */
- void net_buf_simple_push_le64(struct net_buf_simple *buf, uint64_t val);
- /**
- * @brief Push 64-bit value to the beginning of the buffer
- *
- * Adds 64-bit value in big endian format to the beginning of the
- * buffer.
- *
- * @param buf Buffer to update.
- * @param val 64-bit value to be pushed to the buffer.
- */
- void net_buf_simple_push_be64(struct net_buf_simple *buf, uint64_t val);
- /**
- * @brief Remove data from the beginning of the buffer.
- *
- * Removes data from the beginning of the buffer by modifying the data
- * pointer and buffer length.
- *
- * @param buf Buffer to update.
- * @param len Number of bytes to remove.
- *
- * @return New beginning of the buffer data.
- */
- void *net_buf_simple_pull(struct net_buf_simple *buf, size_t len);
- /**
- * @brief Remove data from the beginning of the buffer.
- *
- * Removes data from the beginning of the buffer by modifying the data
- * pointer and buffer length.
- *
- * @param buf Buffer to update.
- * @param len Number of bytes to remove.
- *
- * @return Pointer to the old location of the buffer data.
- */
- void *net_buf_simple_pull_mem(struct net_buf_simple *buf, size_t len);
- /**
- * @brief Remove a 8-bit value from the beginning of the buffer
- *
- * Same idea as with net_buf_simple_pull(), but a helper for operating
- * on 8-bit values.
- *
- * @param buf A valid pointer on a buffer.
- *
- * @return The 8-bit removed value
- */
- uint8_t net_buf_simple_pull_u8(struct net_buf_simple *buf);
- /**
- * @brief Remove and convert 16 bits from the beginning of the buffer.
- *
- * Same idea as with net_buf_simple_pull(), but a helper for operating
- * on 16-bit little endian data.
- *
- * @param buf A valid pointer on a buffer.
- *
- * @return 16-bit value converted from little endian to host endian.
- */
- uint16_t net_buf_simple_pull_le16(struct net_buf_simple *buf);
- /**
- * @brief Remove and convert 16 bits from the beginning of the buffer.
- *
- * Same idea as with net_buf_simple_pull(), but a helper for operating
- * on 16-bit big endian data.
- *
- * @param buf A valid pointer on a buffer.
- *
- * @return 16-bit value converted from big endian to host endian.
- */
- uint16_t net_buf_simple_pull_be16(struct net_buf_simple *buf);
- /**
- * @brief Remove and convert 24 bits from the beginning of the buffer.
- *
- * Same idea as with net_buf_simple_pull(), but a helper for operating
- * on 24-bit little endian data.
- *
- * @param buf A valid pointer on a buffer.
- *
- * @return 24-bit value converted from little endian to host endian.
- */
- uint32_t net_buf_simple_pull_le24(struct net_buf_simple *buf);
- /**
- * @brief Remove and convert 24 bits from the beginning of the buffer.
- *
- * Same idea as with net_buf_simple_pull(), but a helper for operating
- * on 24-bit big endian data.
- *
- * @param buf A valid pointer on a buffer.
- *
- * @return 24-bit value converted from big endian to host endian.
- */
- uint32_t net_buf_simple_pull_be24(struct net_buf_simple *buf);
- /**
- * @brief Remove and convert 32 bits from the beginning of the buffer.
- *
- * Same idea as with net_buf_simple_pull(), but a helper for operating
- * on 32-bit little endian data.
- *
- * @param buf A valid pointer on a buffer.
- *
- * @return 32-bit value converted from little endian to host endian.
- */
- uint32_t net_buf_simple_pull_le32(struct net_buf_simple *buf);
- /**
- * @brief Remove and convert 32 bits from the beginning of the buffer.
- *
- * Same idea as with net_buf_simple_pull(), but a helper for operating
- * on 32-bit big endian data.
- *
- * @param buf A valid pointer on a buffer.
- *
- * @return 32-bit value converted from big endian to host endian.
- */
- uint32_t net_buf_simple_pull_be32(struct net_buf_simple *buf);
- /**
- * @brief Remove and convert 48 bits from the beginning of the buffer.
- *
- * Same idea as with net_buf_simple_pull(), but a helper for operating
- * on 48-bit little endian data.
- *
- * @param buf A valid pointer on a buffer.
- *
- * @return 48-bit value converted from little endian to host endian.
- */
- uint64_t net_buf_simple_pull_le48(struct net_buf_simple *buf);
- /**
- * @brief Remove and convert 48 bits from the beginning of the buffer.
- *
- * Same idea as with net_buf_simple_pull(), but a helper for operating
- * on 48-bit big endian data.
- *
- * @param buf A valid pointer on a buffer.
- *
- * @return 48-bit value converted from big endian to host endian.
- */
- uint64_t net_buf_simple_pull_be48(struct net_buf_simple *buf);
- /**
- * @brief Remove and convert 64 bits from the beginning of the buffer.
- *
- * Same idea as with net_buf_simple_pull(), but a helper for operating
- * on 64-bit little endian data.
- *
- * @param buf A valid pointer on a buffer.
- *
- * @return 64-bit value converted from little endian to host endian.
- */
- uint64_t net_buf_simple_pull_le64(struct net_buf_simple *buf);
- /**
- * @brief Remove and convert 64 bits from the beginning of the buffer.
- *
- * Same idea as with net_buf_simple_pull(), but a helper for operating
- * on 64-bit big endian data.
- *
- * @param buf A valid pointer on a buffer.
- *
- * @return 64-bit value converted from big endian to host endian.
- */
- uint64_t net_buf_simple_pull_be64(struct net_buf_simple *buf);
- /**
- * @brief Get the tail pointer for a buffer.
- *
- * Get a pointer to the end of the data in a buffer.
- *
- * @param buf Buffer.
- *
- * @return Tail pointer for the buffer.
- */
- static inline uint8_t *net_buf_simple_tail(struct net_buf_simple *buf)
- {
- return buf->data + buf->len;
- }
- /**
- * @brief Check buffer headroom.
- *
- * Check how much free space there is in the beginning of the buffer.
- *
- * buf A valid pointer on a buffer
- *
- * @return Number of bytes available in the beginning of the buffer.
- */
- size_t net_buf_simple_headroom(struct net_buf_simple *buf);
- /**
- * @brief Check buffer tailroom.
- *
- * Check how much free space there is at the end of the buffer.
- *
- * @param buf A valid pointer on a buffer
- *
- * @return Number of bytes available at the end of the buffer.
- */
- size_t net_buf_simple_tailroom(struct net_buf_simple *buf);
- /**
- * @brief Parsing state of a buffer.
- *
- * This is used for temporarily storing the parsing state of a buffer
- * while giving control of the parsing to a routine which we don't
- * control.
- */
- struct net_buf_simple_state {
- /** Offset of the data pointer from the beginning of the storage */
- uint16_t offset;
- /** Length of data */
- uint16_t len;
- };
- /**
- * @brief Save the parsing state of a buffer.
- *
- * Saves the parsing state of a buffer so it can be restored later.
- *
- * @param buf Buffer from which the state should be saved.
- * @param state Storage for the state.
- */
- static inline void net_buf_simple_save(struct net_buf_simple *buf,
- struct net_buf_simple_state *state)
- {
- state->offset = net_buf_simple_headroom(buf);
- state->len = buf->len;
- }
- /**
- * @brief Restore the parsing state of a buffer.
- *
- * Restores the parsing state of a buffer from a state previously stored
- * by net_buf_simple_save().
- *
- * @param buf Buffer to which the state should be restored.
- * @param state Stored state.
- */
- static inline void net_buf_simple_restore(struct net_buf_simple *buf,
- struct net_buf_simple_state *state)
- {
- buf->data = buf->__buf + state->offset;
- buf->len = state->len;
- }
- /**
- * @brief Initialize buffer with the given headroom.
- *
- * The buffer is not expected to contain any data when this API is called.
- *
- * @param buf Buffer to initialize.
- * @param reserve How much headroom to reserve.
- */
- void net_buf_simple_reserve(struct net_buf_simple *buf, size_t reserve);
- /**
- * Flag indicating that the buffer has associated fragments. Only used
- * internally by the buffer handling code while the buffer is inside a
- * FIFO, meaning this never needs to be explicitly set or unset by the
- * net_buf API user. As long as the buffer is outside of a FIFO, i.e.
- * in practice always for the user for this API, the buf->frags pointer
- * should be used instead.
- */
- #define NET_BUF_FRAGS BIT(0)
- /**
- * @brief Network buffer representation.
- *
- * This struct is used to represent network buffers. Such buffers are
- * normally defined through the NET_BUF_POOL_*_DEFINE() APIs and allocated
- * using the net_buf_alloc() API.
- */
- struct net_buf {
- union {
- /** Allow placing the buffer into sys_slist_t */
- sys_snode_t node;
- /** Fragments associated with this buffer. */
- struct net_buf *frags;
- };
- /** Reference count. */
- uint8_t ref;
- /** Bit-field of buffer flags. */
- uint8_t flags;
- /** Where the buffer should go when freed up. */
- struct net_buf_pool *pool;
- /* Union for convenience access to the net_buf_simple members, also
- * preserving the old API.
- */
- union {
- /* The ABI of this struct must match net_buf_simple */
- struct {
- /** Pointer to the start of data in the buffer. */
- uint8_t *data;
- /** Length of the data behind the data pointer. */
- uint16_t len;
- /** Amount of data that this buffer can store. */
- uint16_t size;
- /** Start of the data storage. Not to be accessed
- * directly (the data pointer should be used
- * instead).
- */
- uint8_t *__buf;
- };
- struct net_buf_simple b;
- };
- /** System metadata for this buffer. */
- uint8_t user_data[BLE_MESH_NET_BUF_USER_DATA_SIZE] __net_buf_align;
- };
- struct net_buf_data_cb {
- uint8_t *(*alloc)(struct net_buf *buf, size_t *size, int32_t timeout);
- uint8_t *(*ref)(struct net_buf *buf, uint8_t *data);
- void (*unref)(struct net_buf *buf, uint8_t *data);
- };
- struct net_buf_data_alloc {
- const struct net_buf_data_cb *cb;
- void *alloc_data;
- };
- struct net_buf_pool {
- /** Number of buffers in pool */
- const uint16_t buf_count;
- /** Number of uninitialized buffers */
- uint16_t uninit_count;
- #if defined(CONFIG_BLE_MESH_NET_BUF_POOL_USAGE)
- /** Amount of available buffers in the pool. */
- int16_t avail_count;
- /** Total size of the pool. */
- const uint16_t pool_size;
- /** Name of the pool. Used when printing pool information. */
- const char *name;
- #endif /* CONFIG_BLE_MESH_NET_BUF_POOL_USAGE */
- /** Optional destroy callback when buffer is freed. */
- void (*const destroy)(struct net_buf *buf);
- /** Data allocation handlers. */
- const struct net_buf_data_alloc *alloc;
- /** Helper to access the start of storage (for net_buf_pool_init) */
- struct net_buf *const __bufs;
- };
- #if defined(CONFIG_BLE_MESH_NET_BUF_POOL_USAGE)
- #define NET_BUF_POOL_INITIALIZER(_pool, _alloc, _bufs, _count, _destroy) \
- { \
- .alloc = _alloc, \
- .__bufs = (struct net_buf *)_bufs, \
- .buf_count = _count, \
- .uninit_count = _count, \
- .avail_count = _count, \
- .destroy = _destroy, \
- .name = STRINGIFY(_pool), \
- }
- #else
- #define NET_BUF_POOL_INITIALIZER(_pool, _alloc, _bufs, _count, _destroy) \
- { \
- .alloc = _alloc, \
- .__bufs = (struct net_buf *)_bufs, \
- .buf_count = _count, \
- .uninit_count = _count, \
- .destroy = _destroy, \
- }
- #endif /* CONFIG_BLE_MESH_NET_BUF_POOL_USAGE */
- struct net_buf_pool_fixed {
- size_t data_size;
- uint8_t *data_pool;
- };
- /** @cond INTERNAL_HIDDEN */
- extern const struct net_buf_data_cb net_buf_fixed_cb;
- /**
- * @def NET_BUF_POOL_FIXED_DEFINE
- * @brief Define a new pool for buffers based on fixed-size data
- *
- * Defines a net_buf_pool struct and the necessary memory storage (array of
- * structs) for the needed amount of buffers. After this, the buffers can be
- * accessed from the pool through net_buf_alloc. The pool is defined as a
- * static variable, so if it needs to be exported outside the current module
- * this needs to happen with the help of a separate pointer rather than an
- * extern declaration.
- *
- * The data payload of the buffers will be allocated from a byte array
- * of fixed sized chunks. This kind of pool does not support blocking on
- * the data allocation, so the timeout passed to net_buf_alloc will be
- * always treated as K_NO_WAIT when trying to allocate the data. This means
- * that allocation failures, i.e. NULL returns, must always be handled
- * cleanly.
- *
- * If provided with a custom destroy callback, this callback is
- * responsible for eventually calling net_buf_destroy() to complete the
- * process of returning the buffer to the pool.
- *
- * @param _name Name of the pool variable.
- * @param _count Number of buffers in the pool.
- * @param _data_size Maximum data payload per buffer.
- * @param _destroy Optional destroy callback when buffer is freed.
- */
- #define NET_BUF_POOL_FIXED_DEFINE(_name, _count, _data_size, _destroy) \
- static struct net_buf net_buf_##_name[_count]; \
- static uint8_t net_buf_data_##_name[_count][_data_size]; \
- static const struct net_buf_pool_fixed net_buf_fixed_##_name = { \
- .data_size = _data_size, \
- .data_pool = (uint8_t *)net_buf_data_##_name, \
- }; \
- static const struct net_buf_data_alloc net_buf_fixed_alloc_##_name = { \
- .cb = &net_buf_fixed_cb, \
- .alloc_data = (void *)&net_buf_fixed_##_name, \
- }; \
- struct net_buf_pool _name __net_buf_align \
- __in_section(_net_buf_pool, static, _name) = \
- NET_BUF_POOL_INITIALIZER(_name, &net_buf_fixed_alloc_##_name, \
- net_buf_##_name, _count, _destroy)
- /**
- * @def NET_BUF_POOL_DEFINE
- * @brief Define a new pool for buffers
- *
- * Defines a net_buf_pool struct and the necessary memory storage (array of
- * structs) for the needed amount of buffers. After this,the buffers can be
- * accessed from the pool through net_buf_alloc. The pool is defined as a
- * static variable, so if it needs to be exported outside the current module
- * this needs to happen with the help of a separate pointer rather than an
- * extern declaration.
- *
- * If provided with a custom destroy callback this callback is
- * responsible for eventually calling net_buf_destroy() to complete the
- * process of returning the buffer to the pool.
- *
- * @param _name Name of the pool variable.
- * @param _count Number of buffers in the pool.
- * @param _size Maximum data size for each buffer.
- * @param _ud_size Amount of user data space to reserve.
- * @param _destroy Optional destroy callback when buffer is freed.
- */
- #define NET_BUF_POOL_DEFINE(_name, _count, _size, _ud_size, _destroy) \
- NET_BUF_POOL_FIXED_DEFINE(_name, _count, _size, _destroy)
- /**
- * @brief Get a zero-based index for a buffer.
- *
- * This function will translate a buffer into a zero-based index,
- * based on its placement in its buffer pool. This can be useful if you
- * want to associate an external array of meta-data contexts with the
- * buffers of a pool.
- *
- * @param buf Network buffer.
- *
- * @return Zero-based index for the buffer.
- */
- int net_buf_id(struct net_buf *buf);
- /**
- * @brief Allocate a new fixed buffer from a pool.
- *
- * @param pool Which pool to allocate the buffer from.
- * @param timeout Affects the action taken should the pool be empty.
- * If K_NO_WAIT, then return immediately. If K_FOREVER, then
- * wait as long as necessary. Otherwise, wait up to the specified
- * number of milliseconds before timing out. Note that some types
- * of data allocators do not support blocking (such as the HEAP
- * type). In this case it's still possible for net_buf_alloc() to
- * fail (return NULL) even if it was given K_FOREVER.
- *
- * @return New buffer or NULL if out of buffers.
- */
- #if defined(CONFIG_BLE_MESH_NET_BUF_LOG)
- struct net_buf *net_buf_alloc_fixed_debug(struct net_buf_pool *pool, int32_t timeout,
- const char *func, int line);
- #define net_buf_alloc_fixed(_pool, _timeout) \
- net_buf_alloc_fixed_debug(_pool, _timeout, __func__, __LINE__)
- #else
- struct net_buf *net_buf_alloc_fixed(struct net_buf_pool *pool, int32_t timeout);
- #endif
- /**
- * @def net_buf_alloc
- *
- * @copydetails net_buf_alloc_fixed
- */
- #define net_buf_alloc(pool, timeout) net_buf_alloc_fixed(pool, timeout)
- /**
- * @brief Reset buffer
- *
- * Reset buffer data and flags so it can be reused for other purposes.
- *
- * @param buf Buffer to reset.
- */
- void net_buf_reset(struct net_buf *buf);
- /**
- * @def net_buf_reserve
- * @brief Initialize buffer with the given headroom.
- *
- * The buffer is not expected to contain any data when this API is called.
- *
- * @param buf Buffer to initialize.
- * @param reserve How much headroom to reserve.
- */
- #define net_buf_reserve(buf, reserve) net_buf_simple_reserve(&(buf)->b, reserve)
- /**
- * @brief Put a buffer into a list
- *
- * Put a buffer to the end of a list. If the buffer contains follow-up
- * fragments this function will take care of inserting them as well
- * into the list.
- *
- * @param list Which list to append the buffer to.
- * @param buf Buffer.
- */
- void net_buf_slist_put(sys_slist_t *list, struct net_buf *buf);
- /**
- * @brief Get a buffer from a list.
- *
- * Get buffer from a list. If the buffer had any fragments, these will
- * automatically be recovered from the list as well and be placed to
- * the buffer's fragment list.
- *
- * @param list Which list to take the buffer from.
- *
- * @return New buffer or NULL if the FIFO is empty.
- */
- struct net_buf *net_buf_slist_get(sys_slist_t *list);
- /**
- * @brief Decrements the reference count of a buffer.
- *
- * Decrements the reference count of a buffer and puts it back into the
- * pool if the count reaches zero.
- *
- * @param buf A valid pointer on a buffer
- */
- #if defined(CONFIG_BLE_MESH_NET_BUF_LOG)
- void net_buf_unref_debug(struct net_buf *buf, const char *func, int line);
- #define net_buf_unref(_buf) \
- net_buf_unref_debug(_buf, __func__, __LINE__)
- #else
- void net_buf_unref(struct net_buf *buf);
- #endif
- /**
- * @brief Increment the reference count of a buffer.
- *
- * @param buf A valid pointer on a buffer
- *
- * @return the buffer newly referenced
- */
- struct net_buf *net_buf_ref(struct net_buf *buf);
- /**
- * @brief Get a pointer to the user data of a buffer.
- *
- * @param buf A valid pointer on a buffer
- *
- * @return Pointer to the user data of the buffer.
- */
- static inline void *net_buf_user_data(struct net_buf *buf)
- {
- return (void *)buf->user_data;
- }
- /**
- * @def net_buf_add
- * @brief Prepare data to be added at the end of the buffer
- *
- * Increments the data length of a buffer to account for more data
- * at the end.
- *
- * @param buf Buffer to update.
- * @param len Number of bytes to increment the length with.
- *
- * @return The original tail of the buffer.
- */
- #define net_buf_add(buf, len) net_buf_simple_add(&(buf)->b, len)
- /**
- * @def net_buf_add_mem
- * @brief Copy bytes from memory to the end of the buffer
- *
- * Copies the given number of bytes to the end of the buffer. Increments the
- * data length of the buffer to account for more data at the end.
- *
- * @param buf Buffer to update.
- * @param mem Location of data to be added.
- * @param len Length of data to be added
- *
- * @return The original tail of the buffer.
- */
- #define net_buf_add_mem(buf, mem, len) net_buf_simple_add_mem(&(buf)->b, mem, len)
- /**
- * @def net_buf_add_u8
- * @brief Add (8-bit) byte at the end of the buffer
- *
- * Adds a byte at the end of the buffer. Increments the data length of
- * the buffer to account for more data at the end.
- *
- * @param buf Buffer to update.
- * @param val byte value to be added.
- *
- * @return Pointer to the value added
- */
- #define net_buf_add_u8(buf, val) net_buf_simple_add_u8(&(buf)->b, val)
- /**
- * @def net_buf_add_le16
- * @brief Add 16-bit value at the end of the buffer
- *
- * Adds 16-bit value in little endian format at the end of buffer.
- * Increments the data length of a buffer to account for more data
- * at the end.
- *
- * @param buf Buffer to update.
- * @param val 16-bit value to be added.
- */
- #define net_buf_add_le16(buf, val) net_buf_simple_add_le16(&(buf)->b, val)
- /**
- * @def net_buf_add_be16
- * @brief Add 16-bit value at the end of the buffer
- *
- * Adds 16-bit value in big endian format at the end of buffer.
- * Increments the data length of a buffer to account for more data
- * at the end.
- *
- * @param buf Buffer to update.
- * @param val 16-bit value to be added.
- */
- #define net_buf_add_be16(buf, val) net_buf_simple_add_be16(&(buf)->b, val)
- /**
- * @def net_buf_add_le24
- * @brief Add 24-bit value at the end of the buffer
- *
- * Adds 24-bit value in little endian format at the end of buffer.
- * Increments the data length of a buffer to account for more data
- * at the end.
- *
- * @param buf Buffer to update.
- * @param val 24-bit value to be added.
- */
- #define net_buf_add_le24(buf, val) net_buf_simple_add_le24(&(buf)->b, val)
- /**
- * @def net_buf_add_be24
- * @brief Add 24-bit value at the end of the buffer
- *
- * Adds 24-bit value in big endian format at the end of buffer.
- * Increments the data length of a buffer to account for more data
- * at the end.
- *
- * @param buf Buffer to update.
- * @param val 24-bit value to be added.
- */
- #define net_buf_add_be24(buf, val) net_buf_simple_add_be24(&(buf)->b, val)
- /**
- * @def net_buf_add_le32
- * @brief Add 32-bit value at the end of the buffer
- *
- * Adds 32-bit value in little endian format at the end of buffer.
- * Increments the data length of a buffer to account for more data
- * at the end.
- *
- * @param buf Buffer to update.
- * @param val 32-bit value to be added.
- */
- #define net_buf_add_le32(buf, val) net_buf_simple_add_le32(&(buf)->b, val)
- /**
- * @def net_buf_add_be32
- * @brief Add 32-bit value at the end of the buffer
- *
- * Adds 32-bit value in big endian format at the end of buffer.
- * Increments the data length of a buffer to account for more data
- * at the end.
- *
- * @param buf Buffer to update.
- * @param val 32-bit value to be added.
- */
- #define net_buf_add_be32(buf, val) net_buf_simple_add_be32(&(buf)->b, val)
- /**
- * @def net_buf_add_le48
- * @brief Add 48-bit value at the end of the buffer
- *
- * Adds 48-bit value in little endian format at the end of buffer.
- * Increments the data length of a buffer to account for more data
- * at the end.
- *
- * @param buf Buffer to update.
- * @param val 48-bit value to be added.
- */
- #define net_buf_add_le48(buf, val) net_buf_simple_add_le48(&(buf)->b, val)
- /**
- * @def net_buf_add_be48
- * @brief Add 48-bit value at the end of the buffer
- *
- * Adds 48-bit value in big endian format at the end of buffer.
- * Increments the data length of a buffer to account for more data
- * at the end.
- *
- * @param buf Buffer to update.
- * @param val 48-bit value to be added.
- */
- #define net_buf_add_be48(buf, val) net_buf_simple_add_be48(&(buf)->b, val)
- /**
- * @def net_buf_add_le64
- * @brief Add 64-bit value at the end of the buffer
- *
- * Adds 64-bit value in little endian format at the end of buffer.
- * Increments the data length of a buffer to account for more data
- * at the end.
- *
- * @param buf Buffer to update.
- * @param val 64-bit value to be added.
- */
- #define net_buf_add_le64(buf, val) net_buf_simple_add_le64(&(buf)->b, val)
- /**
- * @def net_buf_add_be64
- * @brief Add 64-bit value at the end of the buffer
- *
- * Adds 64-bit value in big endian format at the end of buffer.
- * Increments the data length of a buffer to account for more data
- * at the end.
- *
- * @param buf Buffer to update.
- * @param val 64-bit value to be added.
- */
- #define net_buf_add_be64(buf, val) net_buf_simple_add_be64(&(buf)->b, val)
- /**
- * @def net_buf_push
- * @brief Push data to the beginning of the buffer.
- *
- * Modifies the data pointer and buffer length to account for more data
- * in the beginning of the buffer.
- *
- * @param buf Buffer to update.
- * @param len Number of bytes to add to the beginning.
- *
- * @return The new beginning of the buffer data.
- */
- #define net_buf_push(buf, len) net_buf_simple_push(&(buf)->b, len)
- /**
- * @def net_buf_push_le16
- * @brief Push 16-bit value to the beginning of the buffer
- *
- * Adds 16-bit value in little endian format to the beginning of the
- * buffer.
- *
- * @param buf Buffer to update.
- * @param val 16-bit value to be pushed to the buffer.
- */
- #define net_buf_push_le16(buf, val) net_buf_simple_push_le16(&(buf)->b, val)
- /**
- * @def net_buf_push_be16
- * @brief Push 16-bit value to the beginning of the buffer
- *
- * Adds 16-bit value in little endian format to the beginning of the
- * buffer.
- *
- * @param buf Buffer to update.
- * @param val 16-bit value to be pushed to the buffer.
- */
- #define net_buf_push_be16(buf, val) net_buf_simple_push_be16(&(buf)->b, val)
- /**
- * @def net_buf_push_u8
- * @brief Push 8-bit value to the beginning of the buffer
- *
- * Adds 8-bit value the beginning of the buffer.
- *
- * @param buf Buffer to update.
- * @param val 8-bit value to be pushed to the buffer.
- */
- #define net_buf_push_u8(buf, val) net_buf_simple_push_u8(&(buf)->b, val)
- /**
- * @def net_buf_push_le24
- * @brief Push 24-bit value to the beginning of the buffer
- *
- * Adds 24-bit value in little endian format to the beginning of the
- * buffer.
- *
- * @param buf Buffer to update.
- * @param val 24-bit value to be pushed to the buffer.
- */
- #define net_buf_push_le24(buf, val) net_buf_simple_push_le24(&(buf)->b, val)
- /**
- * @def net_buf_push_be24
- * @brief Push 24-bit value to the beginning of the buffer
- *
- * Adds 24-bit value in little endian format to the beginning of the
- * buffer.
- *
- * @param buf Buffer to update.
- * @param val 24-bit value to be pushed to the buffer.
- */
- #define net_buf_push_be24(buf, val) net_buf_simple_push_be24(&(buf)->b, val)
- /**
- * @def net_buf_push_le32
- * @brief Push 32-bit value to the beginning of the buffer
- *
- * Adds 32-bit value in little endian format to the beginning of the
- * buffer.
- *
- * @param buf Buffer to update.
- * @param val 32-bit value to be pushed to the buffer.
- */
- #define net_buf_push_le32(buf, val) net_buf_simple_push_le32(&(buf)->b, val)
- /**
- * @def net_buf_push_be32
- * @brief Push 32-bit value to the beginning of the buffer
- *
- * Adds 32-bit value in little endian format to the beginning of the
- * buffer.
- *
- * @param buf Buffer to update.
- * @param val 32-bit value to be pushed to the buffer.
- */
- #define net_buf_push_be32(buf, val) net_buf_simple_push_be32(&(buf)->b, val)
- /**
- * @def net_buf_push_le48
- * @brief Push 48-bit value to the beginning of the buffer
- *
- * Adds 48-bit value in little endian format to the beginning of the
- * buffer.
- *
- * @param buf Buffer to update.
- * @param val 48-bit value to be pushed to the buffer.
- */
- #define net_buf_push_le48(buf, val) net_buf_simple_push_le48(&(buf)->b, val)
- /**
- * @def net_buf_push_be48
- * @brief Push 48-bit value to the beginning of the buffer
- *
- * Adds 48-bit value in little endian format to the beginning of the
- * buffer.
- *
- * @param buf Buffer to update.
- * @param val 48-bit value to be pushed to the buffer.
- */
- #define net_buf_push_be48(buf, val) net_buf_simple_push_be48(&(buf)->b, val)
- /**
- * @def net_buf_push_le64
- * @brief Push 64-bit value to the beginning of the buffer
- *
- * Adds 64-bit value in little endian format to the beginning of the
- * buffer.
- *
- * @param buf Buffer to update.
- * @param val 64-bit value to be pushed to the buffer.
- */
- #define net_buf_push_le64(buf, val) net_buf_simple_push_le64(&(buf)->b, val)
- /**
- * @def net_buf_push_be64
- * @brief Push 64-bit value to the beginning of the buffer
- *
- * Adds 64-bit value in little endian format to the beginning of the
- * buffer.
- *
- * @param buf Buffer to update.
- * @param val 64-bit value to be pushed to the buffer.
- */
- #define net_buf_push_be64(buf, val) net_buf_simple_push_be64(&(buf)->b, val)
- /**
- * @def net_buf_pull
- * @brief Remove data from the beginning of the buffer.
- *
- * Removes data from the beginning of the buffer by modifying the data
- * pointer and buffer length.
- *
- * @param buf Buffer to update.
- * @param len Number of bytes to remove.
- *
- * @return New beginning of the buffer data.
- */
- #define net_buf_pull(buf, len) net_buf_simple_pull(&(buf)->b, len)
- /**
- * @def net_buf_pull_mem
- * @brief Remove data from the beginning of the buffer.
- *
- * Removes data from the beginning of the buffer by modifying the data
- * pointer and buffer length.
- *
- * @param buf Buffer to update.
- * @param len Number of bytes to remove.
- *
- * @return Pointer to the old beginning of the buffer data.
- */
- #define net_buf_pull_mem(buf, len) net_buf_simple_pull_mem(&(buf)->b, len)
- /**
- * @def net_buf_pull_u8
- * @brief Remove a 8-bit value from the beginning of the buffer
- *
- * Same idea as with net_buf_pull(), but a helper for operating on
- * 8-bit values.
- *
- * @param buf A valid pointer on a buffer.
- *
- * @return The 8-bit removed value
- */
- #define net_buf_pull_u8(buf) net_buf_simple_pull_u8(&(buf)->b)
- /**
- * @def net_buf_pull_le16
- * @brief Remove and convert 16 bits from the beginning of the buffer.
- *
- * Same idea as with net_buf_pull(), but a helper for operating on
- * 16-bit little endian data.
- *
- * @param buf A valid pointer on a buffer.
- *
- * @return 16-bit value converted from little endian to host endian.
- */
- #define net_buf_pull_le16(buf) net_buf_simple_pull_le16(&(buf)->b)
- /**
- * @def net_buf_pull_be16
- * @brief Remove and convert 16 bits from the beginning of the buffer.
- *
- * Same idea as with net_buf_pull(), but a helper for operating on
- * 16-bit big endian data.
- *
- * @param buf A valid pointer on a buffer.
- *
- * @return 16-bit value converted from big endian to host endian.
- */
- #define net_buf_pull_be16(buf) net_buf_simple_pull_be16(&(buf)->b)
- /**
- * @def net_buf_pull_le24
- * @brief Remove and convert 24 bits from the beginning of the buffer.
- *
- * Same idea as with net_buf_pull(), but a helper for operating on
- * 24-bit little endian data.
- *
- * @param buf A valid pointer on a buffer.
- *
- * @return 24-bit value converted from little endian to host endian.
- */
- #define net_buf_pull_le24(buf) net_buf_simple_pull_le24(&(buf)->b)
- /**
- * @def net_buf_pull_be24
- * @brief Remove and convert 24 bits from the beginning of the buffer.
- *
- * Same idea as with net_buf_pull(), but a helper for operating on
- * 24-bit big endian data.
- *
- * @param buf A valid pointer on a buffer.
- *
- * @return 24-bit value converted from big endian to host endian.
- */
- #define net_buf_pull_be24(buf) net_buf_simple_pull_be24(&(buf)->b)
- /**
- * @def net_buf_pull_le32
- * @brief Remove and convert 32 bits from the beginning of the buffer.
- *
- * Same idea as with net_buf_pull(), but a helper for operating on
- * 32-bit little endian data.
- *
- * @param buf A valid pointer on a buffer.
- *
- * @return 32-bit value converted from little endian to host endian.
- */
- #define net_buf_pull_le32(buf) net_buf_simple_pull_le32(&(buf)->b)
- /**
- * @def net_buf_pull_be32
- * @brief Remove and convert 32 bits from the beginning of the buffer.
- *
- * Same idea as with net_buf_pull(), but a helper for operating on
- * 32-bit big endian data.
- *
- * @param buf A valid pointer on a buffer
- *
- * @return 32-bit value converted from big endian to host endian.
- */
- #define net_buf_pull_be32(buf) net_buf_simple_pull_be32(&(buf)->b)
- /**
- * @def net_buf_pull_le48
- * @brief Remove and convert 48 bits from the beginning of the buffer.
- *
- * Same idea as with net_buf_pull(), but a helper for operating on
- * 48-bit little endian data.
- *
- * @param buf A valid pointer on a buffer.
- *
- * @return 48-bit value converted from little endian to host endian.
- */
- #define net_buf_pull_le48(buf) net_buf_simple_pull_le48(&(buf)->b)
- /**
- * @def net_buf_pull_be48
- * @brief Remove and convert 48 bits from the beginning of the buffer.
- *
- * Same idea as with net_buf_pull(), but a helper for operating on
- * 48-bit big endian data.
- *
- * @param buf A valid pointer on a buffer
- *
- * @return 48-bit value converted from big endian to host endian.
- */
- #define net_buf_pull_be48(buf) net_buf_simple_pull_be48(&(buf)->b)
- /**
- * @def net_buf_pull_le64
- * @brief Remove and convert 64 bits from the beginning of the buffer.
- *
- * Same idea as with net_buf_pull(), but a helper for operating on
- * 64-bit little endian data.
- *
- * @param buf A valid pointer on a buffer.
- *
- * @return 64-bit value converted from little endian to host endian.
- */
- #define net_buf_pull_le64(buf) net_buf_simple_pull_le64(&(buf)->b)
- /**
- * @def net_buf_pull_be64
- * @brief Remove and convert 64 bits from the beginning of the buffer.
- *
- * Same idea as with net_buf_pull(), but a helper for operating on
- * 64-bit big endian data.
- *
- * @param buf A valid pointer on a buffer
- *
- * @return 64-bit value converted from big endian to host endian.
- */
- #define net_buf_pull_be64(buf) net_buf_simple_pull_be64(&(buf)->b)
- /**
- * @def net_buf_tailroom
- * @brief Check buffer tailroom.
- *
- * Check how much free space there is at the end of the buffer.
- *
- * @param buf A valid pointer on a buffer
- *
- * @return Number of bytes available at the end of the buffer.
- */
- #define net_buf_tailroom(buf) net_buf_simple_tailroom(&(buf)->b)
- /**
- * @def net_buf_headroom
- * @brief Check buffer headroom.
- *
- * Check how much free space there is in the beginning of the buffer.
- *
- * buf A valid pointer on a buffer
- *
- * @return Number of bytes available in the beginning of the buffer.
- */
- #define net_buf_headroom(buf) net_buf_simple_headroom(&(buf)->b)
- /**
- * @def net_buf_tail
- * @brief Get the tail pointer for a buffer.
- *
- * Get a pointer to the end of the data in a buffer.
- *
- * @param buf Buffer.
- *
- * @return Tail pointer for the buffer.
- */
- #define net_buf_tail(buf) net_buf_simple_tail(&(buf)->b)
- /**
- * @brief Find the last fragment in the fragment list.
- *
- * @return Pointer to last fragment in the list.
- */
- struct net_buf *net_buf_frag_last(struct net_buf *frags);
- /**
- * @brief Insert a new fragment to a chain of bufs.
- *
- * Insert a new fragment into the buffer fragments list after the parent.
- *
- * Note: This function takes ownership of the fragment reference so the
- * caller is not required to unref.
- *
- * @param parent Parent buffer/fragment.
- * @param frag Fragment to insert.
- */
- void net_buf_frag_insert(struct net_buf *parent, struct net_buf *frag);
- /**
- * @brief Add a new fragment to the end of a chain of bufs.
- *
- * Append a new fragment into the buffer fragments list.
- *
- * Note: This function takes ownership of the fragment reference so the
- * caller is not required to unref.
- *
- * @param head Head of the fragment chain.
- * @param frag Fragment to add.
- *
- * @return New head of the fragment chain. Either head (if head
- * was non-NULL) or frag (if head was NULL).
- */
- struct net_buf *net_buf_frag_add(struct net_buf *head, struct net_buf *frag);
- /**
- * @brief Delete existing fragment from a chain of bufs.
- *
- * @param parent Parent buffer/fragment, or NULL if there is no parent.
- * @param frag Fragment to delete.
- *
- * @return Pointer to the buffer following the fragment, or NULL if it
- * had no further fragments.
- */
- #if defined(CONFIG_BLE_MESH_NET_BUF_LOG)
- struct net_buf *net_buf_frag_del_debug(struct net_buf *parent,
- struct net_buf *frag,
- const char *func, int line);
- #define net_buf_frag_del(_parent, _frag) \
- net_buf_frag_del_debug(_parent, _frag, __func__, __LINE__)
- #else
- struct net_buf *net_buf_frag_del(struct net_buf *parent, struct net_buf *frag);
- #endif
- /**
- * @brief Copy bytes from net_buf chain starting at offset to linear buffer
- *
- * Copy (extract) @a len bytes from @a src net_buf chain, starting from @a
- * offset in it, to a linear buffer @a dst. Return number of bytes actually
- * copied, which may be less than requested, if net_buf chain doesn't have
- * enough data, or destination buffer is too small.
- *
- * @param dst Destination buffer
- * @param dst_len Destination buffer length
- * @param src Source net_buf chain
- * @param offset Starting offset to copy from
- * @param len Number of bytes to copy
- * @return number of bytes actually copied
- */
- size_t net_buf_linearize(void *dst, size_t dst_len,
- struct net_buf *src, size_t offset, size_t len);
- /**
- * @typedef net_buf_allocator_cb
- * @brief Network buffer allocator callback.
- *
- * @details The allocator callback is called when net_buf_append_bytes
- * needs to allocate a new net_buf.
- *
- * @param timeout Affects the action taken should the net buf pool be empty.
- * If K_NO_WAIT, then return immediately. If K_FOREVER, then
- * wait as long as necessary. Otherwise, wait up to the specified
- * number of milliseconds before timing out.
- * @param user_data The user data given in net_buf_append_bytes call.
- * @return pointer to allocated net_buf or NULL on error.
- */
- typedef struct net_buf *(*net_buf_allocator_cb)(int32_t timeout, void *user_data);
- /**
- * @brief Append data to a list of net_buf
- *
- * @details Append data to a net_buf. If there is not enough space in the
- * net_buf then more net_buf will be added, unless there are no free net_buf
- * and timeout occurs.
- *
- * @param buf Network buffer.
- * @param len Total length of input data
- * @param value Data to be added
- * @param timeout Timeout is passed to the net_buf allocator callback.
- * @param allocate_cb When a new net_buf is required, use this callback.
- * @param user_data A user data pointer to be supplied to the allocate_cb.
- * This pointer is can be anything from a mem_pool or a net_pkt, the
- * logic is left up to the allocate_cb function.
- *
- * @return Length of data actually added. This may be less than input
- * length if other timeout than K_FOREVER was used, and there
- * were no free fragments in a pool to accommodate all data.
- */
- size_t net_buf_append_bytes(struct net_buf *buf, size_t len,
- const void *value, int32_t timeout,
- net_buf_allocator_cb allocate_cb, void *user_data);
- /**
- * @brief Skip N number of bytes in a net_buf
- *
- * @details Skip N number of bytes starting from fragment's offset. If the total
- * length of data is placed in multiple fragments, this function will skip from
- * all fragments until it reaches N number of bytes. Any fully skipped buffers
- * are removed from the net_buf list.
- *
- * @param buf Network buffer.
- * @param len Total length of data to be skipped.
- *
- * @return Pointer to the fragment or
- * NULL and pos is 0 after successful skip,
- * NULL and pos is 0xffff otherwise.
- */
- static inline struct net_buf *net_buf_skip(struct net_buf *buf, size_t len)
- {
- while (buf && len--) {
- net_buf_pull_u8(buf);
- if (!buf->len) {
- buf = net_buf_frag_del(NULL, buf);
- }
- }
- return buf;
- }
- /**
- * @brief Calculate amount of bytes stored in fragments.
- *
- * Calculates the total amount of data stored in the given buffer and the
- * fragments linked to it.
- *
- * @param buf Buffer to start off with.
- *
- * @return Number of bytes in the buffer and its fragments.
- */
- static inline size_t net_buf_frags_len(struct net_buf *buf)
- {
- size_t bytes = 0;
- while (buf) {
- bytes += buf->len;
- buf = buf->frags;
- }
- return bytes;
- }
- /**
- * @}
- */
- #ifdef __cplusplus
- }
- #endif
- #endif /* _BLE_MESH_BUF_H_ */
|