Home | History | Annotate | Download | only in libipsec

Lines Matching refs:sadb_supported_len

153 	tlen = ipsec_supported[algno]->sadb_supported_len
193 *ipsup = malloc((size_t)sup->sadb_supported_len);
198 memcpy(*ipsup, sup, (size_t)sup->sadb_supported_len);
777 ep < p + sup->sadb_supported_len) {
792 sup->sadb_supported_len = PFKEY_EXTLEN(sup);
798 p += sup->sadb_supported_len;