Home | History | Annotate | Download | only in libipsec

Lines Matching defs:sup

173 setsupportedmap(sup)
174 struct sadb_supported *sup;
178 switch (sup->sadb_supported_exttype) {
193 *ipsup = malloc((size_t)sup->sadb_supported_len);
198 memcpy(*ipsup, sup, (size_t)sup->sadb_supported_len);
758 struct sadb_supported *sup;
774 sup = (void *)p;
775 if (ep < p + sizeof(*sup) ||
776 PFKEY_EXTLEN(sup) < sizeof(*sup) ||
777 ep < p + sup->sadb_supported_len) {
782 switch (sup->sadb_supported_exttype) {
792 sup->sadb_supported_len = PFKEY_EXTLEN(sup);
795 if (setsupportedmap(sup) != 0)
798 p += sup->sadb_supported_len;