Searched refs:rc_id (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/
H A Dinterworking.c1077 static int roaming_consortium_element_match(const u8 *ie, const u8 *rc_id, argument
1103 if ((lens & 0x0f) == rc_len && os_memcmp(pos, rc_id, rc_len) == 0)
1107 if ((lens >> 4) == rc_len && os_memcmp(pos, rc_id, rc_len) == 0)
1112 os_memcmp(pos, rc_id, rc_len) == 0)
1120 const u8 *rc_id, size_t rc_len)
1136 if (len == rc_len && os_memcmp(pos, rc_id, rc_len) == 0)
1146 const u8 *rc_id, size_t rc_len)
1148 return roaming_consortium_element_match(ie, rc_id, rc_len) ||
1149 roaming_consortium_anqp_match(anqp, rc_id, rc_len);
1119 roaming_consortium_anqp_match(const struct wpabuf *anqp, const u8 *rc_id, size_t rc_len) argument
1145 roaming_consortium_match(const u8 *ie, const struct wpabuf *anqp, const u8 *rc_id, size_t rc_len) argument
/netbsd-current/sys/dev/hyperv/
H A Dif_hvn.c113 uint32_t rc_id; member in struct:rndis_cmd
3893 if (rc->rc_id == id) {
4056 rc->rc_id = atomic_inc_uint_nv(&sc->sc_rndisrid);
4061 req->rm_rid = rc->rc_id;
4561 sizeof(*msg), rc->rc_id);
4975 rc->rc_id = atomic_inc_uint_nv(&sc->sc_rndisrid);
4980 req->rm_rid = rc->rc_id;
5035 rc->rc_id = atomic_inc_uint_nv(&sc->sc_rndisrid);
5040 req->rm_rid = rc->rc_id;
5135 rc->rc_id
[all...]

Completed in 197 milliseconds