/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/ |
H A D | socket | 1854 typedef typename protocol_type::socket socket_type; 2073 socket_type 2077 socket_type 2081 socket_type accept(io_context& __ctx) 2087 socket_type 2097 return socket_type{__ctx, _M_protocol, __h}; 2104 return socket_type{__ctx}; 2108 __deduced_t<_CompletionToken, void(error_code, socket_type)> 2116 __deduced_t<_CompletionToken, void(error_code, socket_type)> 2119 async_completion<_CompletionToken, void(error_code, socket_type)> [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/ |
H A D | socket | 1890 using socket_type = typename protocol_type::socket; 2114 socket_type 2118 socket_type 2122 socket_type accept(io_context& __ctx) 2128 socket_type 2138 return socket_type{__ctx, _M_protocol, __h}; 2145 return socket_type{__ctx}; 2149 __deduced_t<_CompletionToken, void(error_code, socket_type)> 2157 __deduced_t<_CompletionToken, void(error_code, socket_type)> 2160 async_completion<_CompletionToken, void(error_code, socket_type)> [all …]
|
/netbsd-src/external/bsd/libpcap/dist/rpcapd/ |
H A D | rpcapd.xinetd.conf | 2 socket_type = stream
|
/netbsd-src/crypto/external/bsd/openssl/dist/apps/ |
H A D | s_client.c | 824 int socket_family = AF_UNSPEC, socket_type = SOCK_STREAM, protocol = 0; in s_client_main() local 1208 socket_type = SOCK_STREAM; in s_client_main() 1216 socket_type = SOCK_STREAM; in s_client_main() 1224 socket_type = SOCK_STREAM; in s_client_main() 1232 socket_type = SOCK_STREAM; in s_client_main() 1240 socket_type = SOCK_STREAM; in s_client_main() 1248 socket_type = SOCK_DGRAM; in s_client_main() 1257 socket_type = SOCK_DGRAM; in s_client_main() 1266 socket_type = SOCK_DGRAM; in s_client_main() 1578 if (socket_family == AF_UNIX && socket_type != SOCK_STREAM) { in s_client_main() [all …]
|
H A D | s_server.c | 1007 int socket_family = AF_UNSPEC, socket_type = SOCK_STREAM, protocol = 0; in s_server_main() local 1501 socket_type = SOCK_DGRAM; in s_server_main() 1509 socket_type = SOCK_DGRAM; in s_server_main() 1517 socket_type = SOCK_DGRAM; in s_server_main() 1664 if (www && socket_type == SOCK_DGRAM) { in s_server_main() 1669 if (dtlslisten && socket_type != SOCK_DGRAM) { in s_server_main() 1674 if (rev && socket_type == SOCK_DGRAM) { in s_server_main() 1680 if (stateless && socket_type != SOCK_STREAM) { in s_server_main() 1686 if (socket_family == AF_UNIX && socket_type != SOCK_STREAM) { in s_server_main() 1700 if (socket_type != SOCK_DGRAM) { in s_server_main() [all …]
|
/netbsd-src/sys/arch/arm/ep93xx/ |
H A D | eppcicvar.h | 43 int (*socket_type)(void *, int socket); member
|
H A D | eppcic.c | 201 reg = EP93XX_PCMCIA_WEN | (pcic->socket_type)(sc, 0); in eppcic_attach_common()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
H A D | s_client.c | 920 int socket_family = AF_UNSPEC, socket_type = SOCK_STREAM, protocol = 0; in s_client_main() local 1287 socket_type = SOCK_STREAM; in s_client_main() 1295 socket_type = SOCK_STREAM; in s_client_main() 1303 socket_type = SOCK_STREAM; in s_client_main() 1311 socket_type = SOCK_STREAM; in s_client_main() 1319 socket_type = SOCK_STREAM; in s_client_main() 1327 socket_type = SOCK_DGRAM; in s_client_main() 1336 socket_type = SOCK_DGRAM; in s_client_main() 1345 socket_type = SOCK_DGRAM; in s_client_main() 1632 if (socket_family == AF_UNIX && socket_type != SOCK_STREAM) { in s_client_main() [all …]
|
H A D | s_server.c | 1014 int socket_family = AF_UNSPEC, socket_type = SOCK_STREAM, protocol = 0; in s_server_main() local 1481 socket_type = SOCK_DGRAM; in s_server_main() 1489 socket_type = SOCK_DGRAM; in s_server_main() 1497 socket_type = SOCK_DGRAM; in s_server_main() 1618 if (www && socket_type == SOCK_DGRAM) { in s_server_main() 1623 if (dtlslisten && socket_type != SOCK_DGRAM) { in s_server_main() 1629 if (stateless && socket_type != SOCK_STREAM) { in s_server_main() 1635 if (socket_family == AF_UNIX && socket_type != SOCK_STREAM) { in s_server_main() 1649 if (socket_type != SOCK_DGRAM) { in s_server_main() 1654 socket_type = SOCK_STREAM; in s_server_main() [all …]
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
H A D | socket_wrapper.c | 774 int socket_type, in swrap_packet_init() argument 796 switch (socket_type) { in swrap_packet_init() 872 switch (socket_type) { in swrap_packet_init()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/ |
H A D | msan_test.cc | 970 int CreateSocket(int socket_type) const { in CreateSocket() 971 return socket(GetParam(), socket_type, 0); in CreateSocket()
|
/netbsd-src/external/gpl2/xcvs/dist/doc/ |
H A D | cvs.texinfo | 2515 socket_type = stream
|
/netbsd-src/external/gpl2/xcvs/dist/doc/i18n/pt_BR/ |
H A D | cvs.texinfo | 3970 socket_type = stream
|