Home
last modified time | relevance | path

Searched refs:ieee802154_6lo_requires_fragmentation (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/net/l2/ieee802154/
Dieee802154_6lo.c55 ieee802154_6lo_requires_fragmentation(pkt, ll_hdr_len, authtag_len); in ieee802154_6lo_encode_pkt()
Dieee802154_6lo_fragment.h24 static inline bool ieee802154_6lo_requires_fragmentation(struct net_pkt *pkt, uint8_t ll_hdr_len, in ieee802154_6lo_requires_fragmentation() function
/Zephyr-latest/tests/net/ieee802154/6lo_fragment/src/
Dmain.c495 if (!ieee802154_6lo_requires_fragmentation(pkt, 0, 0)) { in test_fragment()