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

/freebsd-9.3-release/tools/regression/sockets/unix_cmsg/
H A Dunix_cmsg.c176 static int sock_type; variable
319 sock_type = type;
645 fd = socket(PF_LOCAL, sock_type, 0);
668 if (sock_type == SOCK_STREAM) {
1321 if (sock_type == SOCK_STREAM) {
1349 if (sock_type == SOCK_STREAM && fd2 >= 0)
1423 if (sock_type == SOCK_STREAM) {
1451 if (i > 1 && sock_type == SOCK_STREAM) {
1467 if (sock_type == SOCK_STREAM && fd2 >= 0)
1569 if (sock_type
[all...]
/freebsd-9.3-release/crypto/openssl/apps/
H A Ds_client.c354 #ifdef sock_type
355 # undef sock_type macro
357 int sock_type = SOCK_STREAM; local
508 sock_type = SOCK_DGRAM;
722 if (sock_type == SOCK_DGRAM)
803 if (init_client(&s, host, port, sock_type) == 0) {
/freebsd-9.3-release/crypto/openssh/
H A Dssh-agent.c93 } sock_type; typedef in typeref:enum:__anon4733
97 sock_type type;
811 new_socket(sock_type type, int fd)

Completed in 101 milliseconds