Searched refs:se_fallback (Results 1 – 1 of 1) sorted by relevance
803 struct servent se_fallback = { NULL, NULL, NULL, 0 }; in BIO_lookup_ex() local805 struct servent se_fallback = { NULL, NULL, 0, NULL }; in BIO_lookup_ex() local868 se_fallback.s_port = 0; in BIO_lookup_ex()869 se_fallback.s_proto = NULL; in BIO_lookup_ex()870 se = &se_fallback; in BIO_lookup_ex()899 se_fallback.s_port = htons((unsigned short)portnum); in BIO_lookup_ex()900 se_fallback.s_proto = proto; in BIO_lookup_ex()901 se = &se_fallback; in BIO_lookup_ex()
Completed in 5 milliseconds