HomeSort by: relevance | last modified time | path
    Searched defs:akey (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
an.c 168 struct an_rid_wepkey *akey; local in function:an_attach
232 akey = &sc->sc_buf.sc_wepkey;
235 while (an_read_rid(sc, rid, akey, &buflen) == 0) {
236 kid = le16toh(akey->an_key_index);
239 rid, buflen, sizeof(*akey), kid,
240 akey->an_mac_addr[0], le16toh(akey->an_key_len)));
242 sc->sc_tx_perskey = akey->an_mac_addr[0];
248 sc->sc_perskeylen[kid] = le16toh(akey->an_key_len);
1313 struct an_rid_wepkey *akey; local in function:an_write_wepkey
    [all...]
  /src/sys/external/bsd/ipf/netinet/
radix_ipf.c 248 u_32_t *akey; local in function:ipf_rx_lookup
264 akey = (u_32_t *)addr;
266 akey[found->offset])

Completed in 15 milliseconds