Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dnecp_client.c2735 u_int32_t hostname_length = 0; in necp_client_parse_parameters() local
3018 hostname_length = length; in necp_client_parse_parameters()
3062 client_hostname, hostname_length, in necp_client_parse_parameters()
9588 u_int32_t hostname_length = 0; in necp_client_sign() local
9639 …>client_id + sizeof(signable) + sizeof(address_answer), &hostname_length, sizeof(hostname_length)); in necp_client_sign()
9645 if (hostname_length > NECP_CLIENT_ACTION_SIGN_MAX_HOSTNAME_LENGTH) { in necp_client_sign()
9650 if (hostname_length > NECP_CLIENT_ACTION_SIGN_DEFAULT_HOSTNAME_LENGTH) { in necp_client_sign()
9651 if ((allocated_hostname = (u_int8_t *)kalloc_data(hostname_length, Z_WAITOK | Z_ZERO)) == NULL) { in necp_client_sign()
9652 NECPLOG(LOG_ERR, "necp_client_sign malloc hostname %u failed", hostname_length); in necp_client_sign()
9662 …sizeof(signable) + sizeof(address_answer) + sizeof(hostname_length), client_hostname, hostname_len… in necp_client_sign()
[all …]
H A Dnecp.h882 u_int32_t hostname_length; member