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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dpfkeyv2.h421 #define PFKEY_EXTLEN(msg) \ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/netkey/
H A Dkey.c1600 if (len != PFKEY_EXTLEN(xpl0)) {
1631 if (PFKEY_EXTLEN(xpl0) < sizeof(*xpl0)) {
1639 tlen = PFKEY_EXTLEN(xpl0) - sizeof(*xpl0);
2083 if ((newsp = key_msg2sp(xpl0, PFKEY_EXTLEN(xpl0), &error)) == NULL) {

Completed in 37 milliseconds