HomeSort by: relevance | last modified time | path
    Searched refs:nfc_type (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/libfido2/dist/src/
netlink.h 26 uint16_t nfc_type; member in struct:fido_nl
netlink.c 572 if ((m = nlmsg_new(nl->nfc_type, NLM_F_ACK, 64)) == NULL ||
584 if ((ok = nl_parse_reply(reply, (size_t)r, nl->nfc_type,
601 if ((m = nlmsg_new(nl->nfc_type, NLM_F_ACK, 64)) == NULL ||
614 if ((ok = nl_parse_reply(reply, (size_t)r, nl->nfc_type,
632 if ((m = nlmsg_new(nl->nfc_type, NLM_F_DUMP, 64)) == NULL ||
646 if ((ok = nl_parse_reply(reply, (size_t)r, nl->nfc_type,
714 if ((ok = nl_parse_reply(reply, (size_t)r, nl->nfc_type,
764 if (nl_get_nfc_family(nl->fd, &nl->nfc_type, &nl->nfc_mcastgrp) < 0) {
  /src/external/bsd/libfido2/dist/fuzz/
fuzz_netlink.c 141 consume(&nl->nfc_type, sizeof(nl->nfc_type));

Completed in 62 milliseconds