Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/net/
H A Dif_ports_used.c70 #define ESP_HDR_SIZE 4 macro
1463 } else if (data_len > ESP_HDR_SIZE) { in is_encapsulated_esp()
1464 uint8_t payload[ESP_HDR_SIZE]; in is_encapsulated_esp()
1466 errno_t error = mbuf_copydata(m, data_offset, ESP_HDR_SIZE, &payload); in is_encapsulated_esp()
H A Dbpf.c150 #define ESP_HDR_SIZE sizeof(struct newesp) macro
3623 uint32_t trunc_len = ESP_HDR_SIZE + 1; in get_esp_trunc_len()