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

/freebsd-11.0-release/sys/net/
H A Dpfkeyv2.h260 struct sadb_x_nat_t_type { struct
266 _Static_assert(sizeof(struct sadb_x_nat_t_type) == 8, "struct size mismatch");
/freebsd-11.0-release/sys/netipsec/
H A Dkey.c240 sizeof(struct sadb_x_nat_t_type),/* SADB_X_EXT_NAT_T_TYPE */
268 sizeof(struct sadb_x_nat_t_type),/* SADB_X_EXT_NAT_T_TYPE */
3724 * Set a type in sadb_x_nat_t_type.
3731 struct sadb_x_nat_t_type *p;
3733 len = PFKEY_ALIGN8(sizeof(struct sadb_x_nat_t_type));
3740 p = mtod(m, struct sadb_x_nat_t_type *);
4680 struct sadb_x_nat_t_type *type;
4893 struct sadb_x_nat_t_type *type;
4979 type = (struct sadb_x_nat_t_type *)
5178 struct sadb_x_nat_t_type *typ
[all...]

Completed in 109 milliseconds