Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/net/
H A Dnecp_client.c9648 u_int8_t *allocated_hostname = NULL; in necp_client_sign() local
9706 if ((allocated_hostname = (u_int8_t *)kalloc_data(hostname_length, Z_WAITOK | Z_ZERO)) == NULL) { in necp_client_sign()
9712 client_hostname = allocated_hostname; in necp_client_sign()
9739 if (allocated_hostname != NULL) { in necp_client_sign()
9740 kfree_data(allocated_hostname, hostname_length); in necp_client_sign()
9741 allocated_hostname = NULL; in necp_client_sign()