Symbol: PFKEY_ALIGN8
lib/libipsec/pfkey.c
1106
+ PFKEY_ALIGN8(src->sa_len)
lib/libipsec/pfkey.c
1108
+ PFKEY_ALIGN8(dst->sa_len)
lib/libipsec/pfkey.c
1120
len += (sizeof(struct sadb_key) + PFKEY_ALIGN8(e_keylen));
lib/libipsec/pfkey.c
1122
len += (sizeof(struct sadb_key) + PFKEY_ALIGN8(a_keylen));
lib/libipsec/pfkey.c
1244
+ PFKEY_ALIGN8(src->sa_len)
lib/libipsec/pfkey.c
1246
+ PFKEY_ALIGN8(dst->sa_len);
lib/libipsec/pfkey.c
1391
+ PFKEY_ALIGN8(src->sa_len)
lib/libipsec/pfkey.c
1393
+ PFKEY_ALIGN8(src->sa_len)
lib/libipsec/pfkey.c
1955
len = sizeof(struct sadb_address) + PFKEY_ALIGN8(saddr->sa_len);
lib/libipsec/pfkey.c
1983
len = sizeof(struct sadb_key) + PFKEY_ALIGN8(keylen);
lib/libipsec/pfkey.c
372
+ PFKEY_ALIGN8(src->sa_len)
lib/libipsec/pfkey.c
374
+ PFKEY_ALIGN8(dst->sa_len);
lib/libipsec/pfkey.c
559
+ PFKEY_ALIGN8(src->sa_len)
lib/libipsec/pfkey.c
561
+ PFKEY_ALIGN8(dst->sa_len);
sbin/setkey/parse.y
1027
PFKEY_ALIGN8(salen));
sbin/setkey/parse.y
1040
PFKEY_ALIGN8(salen));
sbin/setkey/parse.y
1100
+ PFKEY_ALIGN8(p_key_enc_len));
sbin/setkey/parse.y
1116
+ PFKEY_ALIGN8(p_key_auth_len));
sbin/setkey/parse.y
1204
PFKEY_ALIGN8(salen));
sbin/setkey/parse.y
1222
PFKEY_ALIGN8(salen));
sbin/setkey/parse.y
1266
PFKEY_ALIGN8(salen));
sbin/setkey/parse.y
1279
PFKEY_ALIGN8(salen));
sbin/setkey/parse.y
1382
(*off) += PFKEY_ALIGN8(elen + vlen);
sbin/setkey/parse.y
907
PFKEY_ALIGN8(salen));
sbin/setkey/parse.y
921
PFKEY_ALIGN8(salen));
sbin/setkey/test-pfkey.c
287
len = sizeof(m_sens) + PFKEY_ALIGN8(slen) + PFKEY_ALIGN8(ilen);
sbin/setkey/test-pfkey.c
292
m_sens.sadb_sens_sens_len = PFKEY_ALIGN8(slen);
sbin/setkey/test-pfkey.c
294
m_sens.sadb_sens_integ_len = PFKEY_ALIGN8(ilen);
sbin/setkey/test-pfkey.c
375
len = sizeof(m_id) + PFKEY_ALIGN8(idlen);
sbin/setkey/test-pfkey.c
435
len = sizeof(struct sadb_key) + PFKEY_ALIGN8(keylen);
sbin/setkey/test-pfkey.c
503
len = sizeof(struct sadb_address) + PFKEY_ALIGN8(res->ai_addrlen);
sys/netipsec/key.c
1898
ilen = PFKEY_ALIGN8(sizeof(*xisr) +
sys/netipsec/key.c
1968
len = PFKEY_ALIGN8(sizeof(struct sadb_msg));
sys/netipsec/key.c
2228
mpolicy = m_pulldown(n, PFKEY_ALIGN8(sizeof(struct sadb_msg)),
sys/netipsec/key.c
2453
len = PFKEY_ALIGN8(sizeof(struct sadb_msg));
sys/netipsec/key.c
2464
off += PFKEY_ALIGN8(sizeof(struct sadb_msg));
sys/netipsec/key.c
2628
if (m->m_len != PFKEY_ALIGN8(sizeof(struct sadb_msg)))
sys/netipsec/key.c
2666
m->m_pkthdr.len = m->m_len = PFKEY_ALIGN8(sizeof(struct sadb_msg));
sys/netipsec/key.c
2845
tlen += PFKEY_ALIGN8(len);
sys/netipsec/key.c
2885
len = PFKEY_ALIGN8(sizeof(*lt)) * 2;
sys/netipsec/key.c
3563
if (len == PFKEY_ALIGN8(sizeof(struct sadb_key)) &&
sys/netipsec/key.c
3602
if (len == PFKEY_ALIGN8(sizeof(struct sadb_key)) &&
sys/netipsec/key.c
3622
if (len != PFKEY_ALIGN8(sizeof(struct sadb_key)))
sys/netipsec/key.c
3986
len = PFKEY_ALIGN8(sizeof(struct sadb_msg));
sys/netipsec/key.c
4020
len = PFKEY_ALIGN8(sizeof(struct sadb_sa));
sys/netipsec/key.c
4052
len = PFKEY_ALIGN8(sizeof(struct sadb_address)) +
sys/netipsec/key.c
4053
PFKEY_ALIGN8(saddr->sa_len);
sys/netipsec/key.c
4081
mtod(m, caddr_t) + PFKEY_ALIGN8(sizeof(struct sadb_address)),
sys/netipsec/key.c
4097
len = PFKEY_ALIGN8(sizeof(struct sadb_x_sa2));
sys/netipsec/key.c
4127
len = PFKEY_ALIGN8(sizeof(struct sadb_x_sa_replay));
sys/netipsec/key.c
4153
len = PFKEY_ALIGN8(sizeof(struct sadb_x_nat_t_type));
sys/netipsec/key.c
4180
len = PFKEY_ALIGN8(sizeof(struct sadb_x_nat_t_port));
sys/netipsec/key.c
4252
len = PFKEY_ALIGN8(sizeof(struct sadb_x_policy));
sys/netipsec/key.c
5171
len = PFKEY_ALIGN8(sizeof(struct sadb_msg)) +
sys/netipsec/key.c
5172
PFKEY_ALIGN8(sizeof(struct sadb_sa));
sys/netipsec/key.c
5185
off += PFKEY_ALIGN8(sizeof(struct sadb_msg));
sys/netipsec/key.c
5191
off += PFKEY_ALIGN8(sizeof(struct sadb_sa));
sys/netipsec/key.c
6631
const int l = PFKEY_ALIGN8(sizeof(struct sadb_comb));
sys/netipsec/key.c
6731
const int l = PFKEY_ALIGN8(sizeof(struct sadb_comb));
sys/netipsec/key.c
6787
const int l = PFKEY_ALIGN8(sizeof(struct sadb_comb));
sys/netipsec/key.c
6829
const int l = PFKEY_ALIGN8(sizeof(struct sadb_prop));
sys/netipsec/key.c
7021
bzero(id, sizeof(*id) + PFKEY_ALIGN8(fqdnlen));
sys/netipsec/key.c
7022
id->sadb_ident_len = PFKEY_UNIT64(sizeof(*id) + PFKEY_ALIGN8(fqdnlen));
sys/netipsec/key.c
7026
p += sizeof(struct sadb_ident) + PFKEY_ALIGN8(fqdnlen);
sys/netipsec/key.c
7040
bzero(id, sizeof(*id) + PFKEY_ALIGN8(userfqdnlen));
sys/netipsec/key.c
7041
id->sadb_ident_len = PFKEY_UNIT64(sizeof(*id) + PFKEY_ALIGN8(userfqdnlen));
sys/netipsec/key.c
7049
p += sizeof(struct sadb_ident) + PFKEY_ALIGN8(userfqdnlen);
sys/netipsec/key.c
7501
off += PFKEY_ALIGN8(sizeof(struct sadb_msg));
sys/netipsec/key.c
7508
off += PFKEY_ALIGN8(sizeof(*sup));
sys/netipsec/key.c
7523
off += PFKEY_ALIGN8(sizeof(*alg));
sys/netipsec/key.c
7532
off += PFKEY_ALIGN8(sizeof(*sup));
sys/netipsec/key.c
7545
off += PFKEY_ALIGN8(sizeof(struct sadb_alg));
sys/netipsec/key.c
7656
len = PFKEY_ALIGN8(sizeof(*lt)) * 2;
sys/netipsec/key.c
8034
m_adj(m, PFKEY_ALIGN8(sizeof(struct sadb_msg)));
sys/netipsec/key.c
8489
baselen = PFKEY_ALIGN8(sizeof(struct sadb_address));
sys/netipsec/key.c
8496
baselen = PFKEY_ALIGN8(sizeof(struct sadb_ident));
sys/netipsec/key.c
8513
if (baselen + PFKEY_ALIGN8(sa->sa_len) != len)
sys/netipsec/key.c
8857
len = PFKEY_ALIGN8(sizeof(struct sadb_key) + _KEYLEN(src));
sys/netipsec/key.c
8879
int len = PFKEY_ALIGN8(sizeof(*p));
sys/netipsec/key.c
8918
int len = PFKEY_ALIGN8(sizeof(struct sadb_lifetime));