Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/net/
H A Dframe802154.c173 if (p->fcf.security_enabled & 1) { in field_len()
227 ((p->fcf.security_enabled & 1) << 3) | in frame802154_create()
315 fcf.security_enabled = (p[0] >> 3) & 1; in frame802154_parse()
390 if (fcf.security_enabled) { in frame802154_parse()
H A Dframe802154.h163 uint8_t security_enabled; /**< 1 bit. True if security is used in this frame */ member
H A Dif_6lowpan.c983 ieee02154hdr.fcf.security_enabled = 0; /**< 1 bit. True if security is used in this frame */ in sixlowpan_framer_extended()