Searched refs:so2 (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dadmin.c79 int so2; local
87 so2 = accept(lcconf->sock_admin, (struct sockaddr *)&from, &fromlen);
88 if (so2 < 0) {
96 while ((len = recv(so2, (char *)&com, sizeof(com), MSG_PEEK)) < 0) {
120 while ((len = recv(so2, combuf, com.ac_len, 0)) < 0) {
156 error = admin_process(so2, combuf);
159 (void)close(so2);
174 admin_process(so2, combuf)
175 int so2;
368 if (admin_reply(so2, co
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssltest.c928 struct cb_info_st so2 = { "S", 1, 2 }; /* insist on oqaque PRF input */ variable in typeref:struct:cb_info_st
1463 /* or &so2 or NULL */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssltest.c928 struct cb_info_st so2 = { "S", 1, 2 }; /* insist on oqaque PRF input */ variable in typeref:struct:cb_info_st
1463 /* or &so2 or NULL */

Completed in 130 milliseconds