Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dnecp_client.c11906 …h)buffer, size_t buffer_length, u_int8_t type, char *__null_terminated *buffer_p, bool *single_tlv) in necp_set_socket_attribute() argument
11923 if (single_tlv != NULL && (buffer_length == sizeof(struct necp_tlv_header) + string_size)) { in necp_set_socket_attribute()
11924 *single_tlv = true; in necp_set_socket_attribute()
11977 bool single_tlv = false; in necp_set_socket_attributes() local
11996 …(buffer, valsize, NECP_TLV_ATTRIBUTE_DOMAIN_CONTEXT, &attributes->inp_domain_context, &single_tlv); in necp_set_socket_attributes()
12001 if (single_tlv == true) { in necp_set_socket_attributes()