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

/macosx-10.5.8/xnu-1228.15.4/bsd/netkey/
H A Dkey.c1880 PFKEY_ALIGN8(sizeof(*xisr)
1914 len = PFKEY_ALIGN8(sizeof(struct sadb_msg));
2214 mpolicy = m_pulldown(n, PFKEY_ALIGN8(sizeof(struct sadb_msg)),
2420 len = PFKEY_ALIGN8(sizeof(struct sadb_msg));
2440 off += PFKEY_ALIGN8(sizeof(struct sadb_msg));
2623 if (m->m_len != PFKEY_ALIGN8(sizeof(struct sadb_msg)))
2642 m->m_pkthdr.len = m->m_len = PFKEY_ALIGN8(sizeof(struct sadb_msg));
2814 tlen += PFKEY_ALIGN8(len);
2854 len = PFKEY_ALIGN8(sizeof(*lt)) * 2;
3439 if (len == PFKEY_ALIGN8(sizeo
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dpfkeyv2.h420 #define PFKEY_ALIGN8(a) (1 + (((a) - 1) | (8 - 1))) macro

Completed in 32 milliseconds