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

  /src/sys/arch/arm/ep93xx/
eppcicvar.h 31 /* socket_type */
43 int (*socket_type)(void *, int socket); member in struct:eppcic_chipset_tag
  /src/crypto/external/apache2/openssl/dist/apps/
s_server.c 1140 int socket_family = AF_UNSPEC, socket_type = SOCK_STREAM, protocol = 0; local
1649 socket_type = SOCK_DGRAM;
1657 socket_type = SOCK_DGRAM;
1665 socket_type = SOCK_DGRAM;
1833 if (www && socket_type == SOCK_DGRAM) {
1838 if (dtlslisten && socket_type != SOCK_DGRAM) {
1843 if (rev && socket_type == SOCK_DGRAM) {
1849 if (tfo && socket_type != SOCK_STREAM) {
1854 if (stateless && socket_type != SOCK_STREAM) {
1860 if (socket_family == AF_UNIX && socket_type != SOCK_STREAM)
    [all...]
s_client.c 973 int socket_family = AF_UNSPEC, socket_type = SOCK_STREAM, protocol = 0; local
1373 socket_type = SOCK_STREAM;
1382 socket_type = SOCK_STREAM;
1391 socket_type = SOCK_STREAM;
1400 socket_type = SOCK_STREAM;
1409 socket_type = SOCK_STREAM;
1418 socket_type = SOCK_DGRAM;
1428 socket_type = SOCK_DGRAM;
1438 socket_type = SOCK_DGRAM;
1448 socket_type = SOCK_DGRAM
    [all...]
  /src/crypto/external/bsd/openssl/dist/apps/
s_client.c 824 int socket_family = AF_UNSPEC, socket_type = SOCK_STREAM, protocol = 0; local
1208 socket_type = SOCK_STREAM;
1216 socket_type = SOCK_STREAM;
1224 socket_type = SOCK_STREAM;
1232 socket_type = SOCK_STREAM;
1240 socket_type = SOCK_STREAM;
1248 socket_type = SOCK_DGRAM;
1257 socket_type = SOCK_DGRAM;
1266 socket_type = SOCK_DGRAM;
1578 if (socket_family == AF_UNIX && socket_type != SOCK_STREAM)
    [all...]
s_server.c 1007 int socket_family = AF_UNSPEC, socket_type = SOCK_STREAM, protocol = 0; local
1501 socket_type = SOCK_DGRAM;
1509 socket_type = SOCK_DGRAM;
1517 socket_type = SOCK_DGRAM;
1664 if (www && socket_type == SOCK_DGRAM) {
1669 if (dtlslisten && socket_type != SOCK_DGRAM) {
1674 if (rev && socket_type == SOCK_DGRAM) {
1680 if (stateless && socket_type != SOCK_STREAM) {
1686 if (socket_family == AF_UNIX && socket_type != SOCK_STREAM) {
1700 if (socket_type != SOCK_DGRAM)
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/apps/
s_client.c 920 int socket_family = AF_UNSPEC, socket_type = SOCK_STREAM, protocol = 0; local
1287 socket_type = SOCK_STREAM;
1295 socket_type = SOCK_STREAM;
1303 socket_type = SOCK_STREAM;
1311 socket_type = SOCK_STREAM;
1319 socket_type = SOCK_STREAM;
1327 socket_type = SOCK_DGRAM;
1336 socket_type = SOCK_DGRAM;
1345 socket_type = SOCK_DGRAM;
1632 if (socket_family == AF_UNIX && socket_type != SOCK_STREAM)
    [all...]
s_server.c 1014 int socket_family = AF_UNSPEC, socket_type = SOCK_STREAM, protocol = 0; local
1481 socket_type = SOCK_DGRAM;
1489 socket_type = SOCK_DGRAM;
1497 socket_type = SOCK_DGRAM;
1618 if (www && socket_type == SOCK_DGRAM) {
1623 if (dtlslisten && socket_type != SOCK_DGRAM) {
1629 if (stateless && socket_type != SOCK_STREAM) {
1635 if (socket_family == AF_UNIX && socket_type != SOCK_STREAM) {
1649 if (socket_type != SOCK_DGRAM) {
1654 socket_type = SOCK_STREAM
    [all...]

Completed in 78 milliseconds