HomeSort by: relevance | last modified time | path
    Searched defs:otolen (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/dist/ipsec-tools/src/racoon/
sockmisc.c 198 int otolen; local
238 otolen = *tolen;
251 && otolen >= sizeof(*sin6)) {
268 otolen = -1; /* "to" already set */
276 && otolen >= sizeof(sin)) {
285 otolen = -1; /* "to" already set */
293 && otolen >= sizeof(*sin6)) {
302 otolen = -1; /* "to" already set */
310 && otolen >= sizeof(*sin)) {
319 otolen = -1; /* "to" already set *
    [all...]
sockmisc.c 198 int otolen; local
238 otolen = *tolen;
251 && otolen >= sizeof(*sin6)) {
268 otolen = -1; /* "to" already set */
276 && otolen >= sizeof(sin)) {
285 otolen = -1; /* "to" already set */
293 && otolen >= sizeof(*sin6)) {
302 otolen = -1; /* "to" already set */
310 && otolen >= sizeof(*sin)) {
319 otolen = -1; /* "to" already set *
    [all...]

Completed in 38 milliseconds