Home
last modified time | relevance | path

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

/trueos/sys/netipsec/
HDxform_esp.c138 size = sizeof (struct newesp); in esp_hdrsiz()
152 size = sizeof (struct newesp) + EALG_MAX_BLOCK_LEN + 9 + 16; in esp_hdrsiz()
275 struct newesp *esp; in esp_input()
293 IP6_EXTHDR_GET(esp, struct newesp *, m, skip, sizeof (struct newesp)); in esp_input()
302 hlen = sizeof (struct newesp) + sav->ivlen; in esp_input()
572 m_copydata(m, skip + offsetof(struct newesp, esp_seq), in esp_input_cb()
587 hlen = sizeof (struct newesp) + sav->ivlen; in esp_input_cb()
698 hlen = sizeof (struct newesp) + sav->ivlen; in esp_output()
HDesp.h51 struct newesp { struct
/trueos/contrib/tcpdump/
HDesp.h51 struct newesp { struct
HDprint-esp.c533 register const struct newesp *esp; in esp_print()
552 esp = (struct newesp *)bp; in esp_print()
669 advance = sizeof(struct newesp); in esp_print()