Home
last modified time | relevance | path

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

/netbsd-src/sys/net/
H A Dif_srt.c56 unsigned int kflags; /* bits private to this file */ member
285 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()
/netbsd-src/sys/dev/iscsi/
H A Discsi_text.c196 uint8_t kflags[MAX_KEY + 2]; /* negotiation flags for each key */ member
218 #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()
/netbsd-src/sys/dev/pci/
H A Dif_iwnreg.h584 uint16_t kflags; member
623 uint16_t kflags; member
H A Dif_iwn.c5075 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
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Drcs.c41 static const char *const kflags[] = variable
3328 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()
H A DChangeLog-972401 * rcs.c (kflags): Move out of RCS_check_kflag, and make file