Searched refs:ESP_HDR_SIZE (Results 1 – 2 of 2) sorted by relevance
68 #define ESP_HDR_SIZE 4 macro1195 } 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()
145 #define ESP_HDR_SIZE sizeof(struct newesp) macro2999 uint32_t trunc_len = ESP_HDR_SIZE + 1; in get_esp_trunc_len()