Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/netinet6/
H A Desp_output.c255 u_int8_t inner_protocol = 0; in esp_output() local
426 inner_protocol = inner_ip->ip_p; in esp_output()
430 inner_protocol = inner_ip6->ip6_nxt; in esp_output()
433 if (inner_protocol == IPPROTO_TCP) { in esp_output()
444 inner_protocol = ip->ip_p; in esp_output()
446 inner_protocol = ip6->ip6_nxt; in esp_output()
449 if (inner_protocol == IPPROTO_TCP) { in esp_output()
915 inner_protocol == IPPROTO_TCP) { in esp_output()