Home | History | Annotate | Download | only in libipsec

Lines Matching full:reallen

1844 	int len, reallen;
1860 reallen = PFKEY_UNUNIT64(buf.sadb_msg_len);
1861 if ((newmsg = CALLOC((size_t)reallen, struct sadb_msg *)) == 0) {
1866 while ((len = recv(so, (void *)newmsg, (socklen_t)reallen, 0)) < 0) {
1874 if (len != reallen) {