Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/net/
H A Dnecp_client.c8255 size_t offset_of_ip_protocol = trailer_offset; in necp_client_add_flow() local
8256 if (buffer_size >= offset_of_ip_protocol + sizeof(uint8_t)) { in necp_client_add_flow()
8257 uint8_t *ip_protocol_p = (uint8_t *)(((uint8_t *)add_request) + offset_of_ip_protocol); in necp_client_add_flow()