Home
last modified time | relevance | path

Searched refs:iphc0 (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/net/6lowpan/
Diphc.c237 u8 iphc0, u8 iphc1) in lowpan_header_decompress() argument
256 switch ((iphc0 & LOWPAN_IPHC_TF) >> 3) { in lowpan_header_decompress()
299 if ((iphc0 & LOWPAN_IPHC_NH_C) == 0) { in lowpan_header_decompress()
309 if ((iphc0 & 0x03) != LOWPAN_IPHC_TTL_I) { in lowpan_header_decompress()
310 hdr.hop_limit = lowpan_ttl_values[iphc0 & 0x03]; in lowpan_header_decompress()
360 if (iphc0 & LOWPAN_IPHC_NH_C) { in lowpan_header_decompress()
420 u8 tmp, iphc0, iphc1, *hc_ptr; in lowpan_header_compress() local
444 iphc0 = LOWPAN_DISPATCH_IPHC; in lowpan_header_compress()
470 iphc0 |= LOWPAN_IPHC_FL_C; in lowpan_header_compress()
474 iphc0 |= LOWPAN_IPHC_TC_C; in lowpan_header_compress()
[all …]
Dnhc.c99 u8 *iphc0) in lowpan_nhc_check_compression() argument
107 *iphc0 |= LOWPAN_IPHC_NH_C; in lowpan_nhc_check_compression()
Dnhc.h103 u8 *iphc0);
/linux-4.1.27/include/net/
D6lowpan.h313 u8 iphc0, iphc1, h_enc; in lowpan_uncompress_size() local
315 iphc0 = skb_network_header(skb)[0]; in lowpan_uncompress_size()
318 switch ((iphc0 & LOWPAN_IPHC_TF) >> 3) { in lowpan_uncompress_size()
332 if (!(iphc0 & LOWPAN_IPHC_NH_C)) in lowpan_uncompress_size()
335 if (!(iphc0 & 0x03)) in lowpan_uncompress_size()
364 if (iphc0 & LOWPAN_IPHC_NH_C) { in lowpan_uncompress_size()
380 u8 iphc0, u8 iphc1);
/linux-4.1.27/net/ieee802154/6lowpan/
Drx.c53 u8 iphc0, iphc1; in iphc_decompress() local
62 if (lowpan_fetch_skb_u8(skb, &iphc0)) in iphc_decompress()
83 IEEE802154_ADDR_LEN, iphc0, iphc1); in iphc_decompress()
/linux-4.1.27/net/bluetooth/
D6lowpan.c276 u8 iphc0, iphc1; in iphc_decompress() local
295 if (lowpan_fetch_skb_u8(skb, &iphc0)) in iphc_decompress()
305 iphc0, iphc1); in iphc_decompress()