Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dnecp_client.c9593 u_int8_t *allocated_hostname = NULL; in necp_client_sign() local
9651 if ((allocated_hostname = (u_int8_t *)kalloc_data(hostname_length, Z_WAITOK | Z_ZERO)) == NULL) { in necp_client_sign()
9657 client_hostname = allocated_hostname; in necp_client_sign()
9684 if (allocated_hostname != NULL) { in necp_client_sign()
9685 kfree_data(allocated_hostname, hostname_length); in necp_client_sign()
9686 allocated_hostname = NULL; in necp_client_sign()