Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/netinet6/
H A Desp_output.c251 u_int8_t inner_protocol = 0; in esp_output() local
422 inner_protocol = inner_ip->ip_p; in esp_output()
426 inner_protocol = inner_ip6->ip6_nxt; in esp_output()
429 if (inner_protocol == IPPROTO_TCP) { in esp_output()
440 inner_protocol = ip->ip_p; in esp_output()
442 inner_protocol = ip6->ip6_nxt; in esp_output()
445 if (inner_protocol == IPPROTO_TCP) { in esp_output()
911 inner_protocol == IPPROTO_TCP) { in esp_output()