Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Dnecp_client.c851 flow_req_get_proto(const struct necp_client_add_flow *req, size_t offset_of_proto) in flow_req_get_proto() function
861 #define flow_req_get_proto(req, offset_of_proto) ((uint8_t *)(((uint8_t *)req) + offset_of_proto)) macro
9453 uint8_t * __single ip_protocol_p = flow_req_get_proto(add_request, offset_of_ip_protocol); in necp_client_add_flow()