Searched refs:ESP_HDR_SIZE (Results 1 – 2 of 2) sorted by relevance
68 #define ESP_HDR_SIZE 4 macro1341 } else if (data_len > ESP_HDR_SIZE) { in is_encapsulated_esp()1342 uint8_t payload[ESP_HDR_SIZE]; in is_encapsulated_esp()1344 errno_t error = mbuf_copydata(m, data_offset, ESP_HDR_SIZE, &payload); in is_encapsulated_esp()
149 #define ESP_HDR_SIZE sizeof(struct newesp) macro3493 uint32_t trunc_len = ESP_HDR_SIZE + 1; in get_esp_trunc_len()