• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/bsd/netkey/

Lines Matching refs:PFKEY_ALIGN8

1880 				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(sizeof(struct sadb_key)) &&
3477 if (len == PFKEY_ALIGN8(sizeof(struct sadb_key)) &&
3491 if (len != PFKEY_ALIGN8(sizeof(struct sadb_key)))
3996 len = PFKEY_ALIGN8(sizeof(struct sadb_msg));
4038 len = PFKEY_ALIGN8(sizeof(struct sadb_sa));
4075 len = PFKEY_ALIGN8(sizeof(struct sadb_address)) +
4076 PFKEY_ALIGN8(saddr->sa_len);
4106 mtod(m, caddr_t) + PFKEY_ALIGN8(sizeof(struct sadb_address)),
4127 len = PFKEY_ALIGN8(sizeof(struct sadb_ident)) + PFKEY_ALIGN8(stringlen);
4145 mtod(m, caddr_t) + PFKEY_ALIGN8(sizeof(struct sadb_ident)),
4164 len = PFKEY_ALIGN8(sizeof(struct sadb_x_sa2));
4199 len = PFKEY_ALIGN8(sizeof(struct sadb_x_policy));
5301 len = PFKEY_ALIGN8(sizeof(struct sadb_msg)) +
5302 PFKEY_ALIGN8(sizeof(struct sadb_sa));
5322 off += PFKEY_ALIGN8(sizeof(struct sadb_msg));
5328 off += PFKEY_ALIGN8(sizeof(struct sadb_sa));
6267 const int l = PFKEY_ALIGN8(sizeof(struct sadb_comb));
6348 const int l = PFKEY_ALIGN8(sizeof(struct sadb_comb));
6406 const int l = PFKEY_ALIGN8(sizeof(struct sadb_comb));
6451 const int l = PFKEY_ALIGN8(sizeof(struct sadb_prop));
6610 bzero(id, sizeof(*id) + PFKEY_ALIGN8(fqdnlen));
6611 id->sadb_ident_len = PFKEY_UNIT64(sizeof(*id) + PFKEY_ALIGN8(fqdnlen));
6615 p += sizeof(struct sadb_ident) + PFKEY_ALIGN8(fqdnlen);
6629 bzero(id, sizeof(*id) + PFKEY_ALIGN8(userfqdnlen));
6630 id->sadb_ident_len = PFKEY_UNIT64(sizeof(*id) + PFKEY_ALIGN8(userfqdnlen));
6638 p += sizeof(struct sadb_ident) + PFKEY_ALIGN8(userfqdnlen);
7043 off += PFKEY_ALIGN8(sizeof(struct sadb_msg));
7050 off += PFKEY_ALIGN8(sizeof(*sup));
7063 off += PFKEY_ALIGN8(sizeof(*alg));
7073 off += PFKEY_ALIGN8(sizeof(*sup));
7094 off += PFKEY_ALIGN8(sizeof(struct sadb_alg));
7201 len = PFKEY_ALIGN8(sizeof(*lt)) * 2;
7535 m_adj(m, PFKEY_ALIGN8(sizeof(struct sadb_msg)));
7990 baselen = PFKEY_ALIGN8(sizeof(struct sadb_address));
7997 baselen = PFKEY_ALIGN8(sizeof(struct sadb_ident));
8014 if (baselen + PFKEY_ALIGN8(sa->sa_len) != len)