Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/netinet6/
H A Desp_output.c602 int randpadmax; in esp_output() local
622 randpadmax = ip4_esp_randpad; in esp_output()
625 randpadmax = ip6_esp_randpad; in esp_output()
628 randpadmax = -1; in esp_output()
631 if (randpadmax < 0 || plen + extendsiz >= randpadmax) { in esp_output()
637 randpadmax = (int)((randpadmax / padbound) * padbound); in esp_output()
638 pad = (randpadmax - plen + extendsiz) / padbound; in esp_output()