![]() | Fun 0.41.5 The programming language that makes You have fun |
Implements OP_SOCK_TCP_CONNECT to open a TCP connection. More...
Go to the source code of this file.
Functions | |
| free_value (portv) | |
| free_value (hostv) | |
| push_value (vm, make_int(fd > 0 ? fd :0)) | |
Variables | |
| case | OP_SOCK_TCP_CONNECT |
| Value | hostv = pop_value(vm) |
| int | fd = 0 |
| break | |
Implements OP_SOCK_TCP_CONNECT to open a TCP connection.
Behavior:
Errors:
Definition in file socket_tcp_connect.c.
| free_value | ( | hostv | ) |
| free_value | ( | portv | ) |
| break |
Definition at line 63 of file socket_tcp_connect.c.
| int fd = 0 |
Definition at line 27 of file socket_tcp_connect.c.
| Value hostv = pop_value(vm) |
Definition at line 26 of file socket_tcp_connect.c.
| case OP_SOCK_TCP_CONNECT |
Definition at line 23 of file socket_tcp_connect.c.