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

/external/ipsec-tools/src/libipsec/
H A Dipsec_get_policylen.c53 return policy ? PFKEY_EXTLEN(policy) : -1;
H A Dipsec_dump_policy.c232 while (off < PFKEY_EXTLEN(xpl)) {
238 if (off != PFKEY_EXTLEN(xpl)) {
245 while (off < PFKEY_EXTLEN(xpl)) {
250 PFKEY_EXTLEN(xpl) - off, withports) == NULL) {
H A Dpfkey.c776 PFKEY_EXTLEN(sup) < sizeof(*sup) ||
792 sup->sadb_supported_len = PFKEY_EXTLEN(sup);
1957 if (ep < p + sizeof(*ext) || PFKEY_EXTLEN(ext) < sizeof(*ext) ||
1958 ep < p + PFKEY_EXTLEN(ext)) {
2014 p += PFKEY_EXTLEN(ext);
/external/ipsec-tools/src/include-glibc/net/
H A Dpfkeyv2.h58 #define PFKEY_EXTLEN(msg) \ macro
/external/ipsec-tools/src/racoon/
H A Dsockmisc.c306 int len = PFKEY_EXTLEN(&p);
H A Dpfkey.c2950 if (PFKEY_EXTLEN(xpl) < sizeof(*xpl)) {
2956 tlen = PFKEY_EXTLEN(xpl) - sizeof(*xpl);

Completed in 94 milliseconds