Lines Matching defs:pfkey_send_sa_args
67 struct pfkey_send_sa_args { struct
68 int so; /* socket */
69 u_int type;
70 u_int satype;
71 u_int mode;
72 struct sockaddr *src; /* IP src address for SA */
73 struct sockaddr *dst; /* IP dst address for SA */
74 u_int32_t spi; /* SA's spi */
75 u_int32_t reqid;
76 u_int wsize;
77 caddr_t keymat;
78 u_int e_type, e_keylen; /* Encryption alg and keylen */
79 u_int a_type, a_keylen; /* Authentication alg and key */
80 u_int flags;
81 u_int32_t l_alloc;
82 u_int32_t l_bytes;
83 u_int32_t l_addtime;
84 u_int32_t l_usetime;
85 u_int32_t seq;
86 u_int8_t l_natt_type;
87 u_int16_t l_natt_sport, l_natt_dport;
88 struct sockaddr *l_natt_oa;
89 u_int16_t l_natt_frag;
90 u_int8_t ctxdoi, ctxalg; /* Security context DOI and algorithm */
91 caddr_t ctxstr; /* Security context string */
92 u_int16_t ctxstrlen; /* length of security context string */