Searched refs:iphc (Results 1 – 6 of 6) sorted by relevance
82 static int get_ihpc_inlined_size(uint16_t iphc) in get_ihpc_inlined_size() argument86 if (((iphc >> 8) & NET_6LO_DISPATCH_IPHC_MASK) != in get_ihpc_inlined_size()92 size += tf_inline_size_table[(iphc & NET_6LO_IPHC_TF_MASK) >> in get_ihpc_inlined_size()95 if (!(iphc & NET_6LO_IPHC_NH_MASK)) { in get_ihpc_inlined_size()99 if (!(iphc & NET_6LO_IPHC_HLIM_MASK)) { in get_ihpc_inlined_size()103 if (iphc & NET_6LO_IPHC_CID_MASK) { in get_ihpc_inlined_size()107 size += sa_inline_size_table[(iphc & NET_6LO_IPHC_SA_MASK) >> in get_ihpc_inlined_size()110 size += da_inline_size_table[(iphc & NET_6LO_IPHC_DA_MASK) >> in get_ihpc_inlined_size()269 uint16_t *iphc) in compress_tfl() argument281 *iphc |= NET_6LO_IPHC_TF_11; in compress_tfl()[all …]
35 int net_6lo_compress(struct net_pkt *pkt, bool iphc);37 static inline int net_6lo_compress(struct net_pkt *pkt, bool iphc) in net_6lo_compress() argument40 ARG_UNUSED(iphc); in net_6lo_compress()
32 bool iphc) in ieee802154_6lo_fragment_ctx_init() argument37 ctx->pkt_size = net_pkt_get_len(pkt) + (iphc ? hdr_diff : -1); in ieee802154_6lo_fragment_ctx_init()57 struct net_buf *frame_buf, bool iphc);
181 struct net_buf *frame_buf, bool iphc) in ieee802154_6lo_fragment() argument194 if (iphc) { in ieee802154_6lo_fragment()
158 bool iphc; member319 .iphc = true336 .iphc = true353 .iphc = true370 .iphc = true387 .iphc = true404 .iphc = true421 .iphc = false438 .iphc = false456 .iphc = true[all …]
249 bool iphc; member571 .iphc = true593 .iphc = true615 .iphc = true637 .iphc = true659 .iphc = true681 .iphc = true698 .iphc = true718 .iphc = true738 .iphc = false[all …]