Searched refs:nhcid_skb_ptr_masked (Results 1 – 1 of 1) sorted by relevance
74 u8 nhcid_skb_ptr_masked[LOWPAN_NHC_MAX_ID_LEN]; in lowpan_nhc_by_nhcid() local81 memcpy(nhcid_skb_ptr_masked, nhcid_skb_ptr, nhc->idlen); in lowpan_nhc_by_nhcid()83 nhcid_skb_ptr_masked[i] &= nhc->idmask[i]; in lowpan_nhc_by_nhcid()85 result = memcmp(nhcid_skb_ptr_masked, nhc->id, nhc->idlen); in lowpan_nhc_by_nhcid()