Searched refs:supp (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c2529 print_supp(FILE *file, char *prefix, struct sadb_supported *supp) argument
2535 switch (supp->sadb_supported_exttype) {
2545 algs = (struct sadb_alg *)(supp + 1);
2546 numalgs = supp->sadb_supported_len - SADB_8TO64(sizeof (*supp));
2549 uint16_t exttype = supp->sadb_supported_exttype;

Completed in 28 milliseconds