Searched refs:kflags (Results 1 – 6 of 6) sorted by relevance
56 unsigned int kflags; /* bits private to this file */ member285 sc->kflags = 0; in srt_clone_create()310 if ((ifp->if_flags & IFF_UP) || (sc->kflags & SKF_CDEVOPEN)) in srt_clone_destroy()403 sc->kflags |= SKF_CDEVOPEN; in srt_open()419 sc->kflags &= ~SKF_CDEVOPEN; in srt_close()
196 uint8_t kflags[MAX_KEY + 2]; /* negotiation flags for each key */ member218 #define TX(state, key) (state->kflags [key] & NS_SENT)219 #define RX(state, key) (state->kflags [key] & NS_RECEIVED)979 state->kflags[key] |= NS_SENT; in set_key_n()1010 state->kflags[key] |= NS_SENT; in set_key_s()1037 bool sent = (state->kflags[key] & NS_SENT) != 0; in eval_parameter()1039 state->kflags[key] |= NS_RECEIVED; in eval_parameter()1371 state->kflags[rxp.key] |= NS_RECEIVED; in assemble_security_parameters()
584 uint16_t kflags; member623 uint16_t kflags; member
5075 uint16_t kflags;5081 kflags = IWN_KFLAG_CCMP | IWN_KFLAG_MAP | IWN_KFLAG_KID(k->k_id); in iwn_delete_key() 5083 kflags |= IWN_KFLAG_GROUP; in iwn_delete_key() 5090 node.kflags = htole16(kflags); in iwn_delete_key() 5119 node.kflags = htole16(IWN_KFLAG_INVALID); in iwn_wme_update() 5053 uint16_t kflags; iwn_set_key() local
41 static const char *const kflags[] = variable3328 for (cpp = kflags; *cpp != NULL; cpp++) in RCS_check_kflag()4304 for (cpp = kflags; *cpp != NULL; cpp++) in RCS_checkout()4309 expand = (enum kflag) (cpp - kflags); in RCS_checkout()
2401 * rcs.c (kflags): Move out of RCS_check_kflag, and make file