Home
last modified time | relevance | path

Searched refs:uri_len (Results 1 – 3 of 3) sorted by relevance

/net/nfc/
Dllcp_commands.c146 size_t uri_len) in nfc_llcp_build_sdreq_tlv() argument
150 pr_debug("uri: %s, len: %zu\n", uri, uri_len); in nfc_llcp_build_sdreq_tlv()
156 sdreq->tlv_len = uri_len + 3; in nfc_llcp_build_sdreq_tlv()
158 if (uri[uri_len - 1] == 0) in nfc_llcp_build_sdreq_tlv()
173 memcpy(sdreq->uri, uri, uri_len); in nfc_llcp_build_sdreq_tlv()
Dnetlink.c1020 size_t uri_len, tlvs_len; in nfc_genl_llc_sdreq() local
1066 uri_len = nla_len(sdp_attrs[NFC_SDP_ATTR_URI]); in nfc_genl_llc_sdreq()
1067 if (uri_len == 0) in nfc_genl_llc_sdreq()
1076 sdreq = nfc_llcp_build_sdreq_tlv(tid, uri, uri_len); in nfc_genl_llc_sdreq()
Dllcp.h245 size_t uri_len);