Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/net/
H A Dnecp.c2987 case NECP_ERROR_INVALID_TLV: in necp_get_posix_error_for_necp_error()
3039 response_error = NECP_ERROR_INVALID_TLV; in necp_handle_policy_add()
3047 response_error = NECP_ERROR_INVALID_TLV; in necp_handle_policy_add()
3054 response_error = NECP_ERROR_INVALID_TLV; in necp_handle_policy_add()
3059 response_error = NECP_ERROR_INVALID_TLV; in necp_handle_policy_add()
3092 response_error = NECP_ERROR_INVALID_TLV; in necp_handle_policy_add()
3099 response_error = NECP_ERROR_INVALID_TLV; in necp_handle_policy_add()
3104 response_error = NECP_ERROR_INVALID_TLV; in necp_handle_policy_add()
3166 response_error = NECP_ERROR_INVALID_TLV; in necp_handle_policy_add()
3174 response_error = NECP_ERROR_INVALID_TLV; in necp_handle_policy_add()
[all …]
H A Dnecp.h308 #define NECP_ERROR_INVALID_TLV 2 macro