Home | History | Annotate | Download | only in libipsec

Lines Matching defs:reallen

1766 	int len, reallen;
1782 reallen = PFKEY_UNUNIT64(buf.sadb_msg_len);
1783 if ((newmsg = CALLOC((size_t)reallen, struct sadb_msg *)) == 0) {
1788 while ((len = recv(so, (void *)newmsg, (socklen_t)reallen, 0)) < 0) {
1796 if (len != reallen) {