Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dif_ports_used.c68 #define ESP_HDR_SIZE 4 macro
1195 } else if (data_len > ESP_HDR_SIZE) { in is_encapsulated_esp()
1196 uint8_t payload[ESP_HDR_SIZE]; in is_encapsulated_esp()
1198 errno_t error = mbuf_copydata(m, data_offset, ESP_HDR_SIZE, &payload); in is_encapsulated_esp()
H A Dbpf.c145 #define ESP_HDR_SIZE sizeof(struct newesp) macro
2999 uint32_t trunc_len = ESP_HDR_SIZE + 1; in get_esp_trunc_len()