EXTLEN 236 net/pfkeyv2.c bcopy(headers[i], p, EXTLEN(headers[i])); EXTLEN 237 net/pfkeyv2.c p += EXTLEN(headers[i]); EXTLEN 730 net/pfkeyv2_convert.c MALLOC(*ipr, struct ipsec_ref *, EXTLEN(sadb_auth) - EXTLEN 733 net/pfkeyv2_convert.c (*ipr)->ref_len = EXTLEN(sadb_auth) - sizeof(struct sadb_x_cred); EXTLEN 769 net/pfkeyv2_convert.c MALLOC(*ipr, struct ipsec_ref *, EXTLEN(sadb_cred) - EXTLEN 772 net/pfkeyv2_convert.c (*ipr)->ref_len = EXTLEN(sadb_cred) - sizeof(struct sadb_x_cred); EXTLEN 808 net/pfkeyv2_convert.c MALLOC(*ipr, struct ipsec_ref *, EXTLEN(sadb_ident) - EXTLEN 811 net/pfkeyv2_convert.c (*ipr)->ref_len = EXTLEN(sadb_ident) - sizeof(struct sadb_ident);