Home | History | Annotate | Download | only in libipsec

Lines Matching full:tlen

139 	int tlen;
153 tlen = ipsec_supported[algno]->sadb_supported_len
156 while (tlen > 0) {
157 if (tlen < sizeof(struct sadb_alg)) {
164 tlen -= sizeof(struct sadb_alg);
748 * tlen: msg length, it's to makeing sure.
754 pfkey_set_supported(msg, tlen)
756 int tlen;
763 if (msg->sadb_msg_len != tlen) {
769 ep = p + tlen;
2162 pfkey_setsadbmsg(buf, lim, type, tlen, satype, seq, pid)
2166 u_int tlen;
2184 p->sadb_msg_len = PFKEY_UNIT64(tlen);