![]() | Fun 0.41.5 The programming language that makes You have fun |
Implements OP_SOCK_TCP_LISTEN to create a TCP listening socket. More...
Go to the source code of this file.
Functions | |
| free_value (backlogv) | |
| free_value (portv) | |
| push_value (vm, make_int(fd > 0 ? fd :0)) | |
Variables | |
| case | OP_SOCK_TCP_LISTEN |
| Value | portv = pop_value(vm) |
| int | fd = 0 |
| break | |
Implements OP_SOCK_TCP_LISTEN to create a TCP listening socket.
Behavior:
Errors:
Definition in file socket_tcp_listen.c.
| free_value | ( | backlogv | ) |
| free_value | ( | portv | ) |
| break |
Definition at line 61 of file socket_tcp_listen.c.
| void fd = 0 |
Definition at line 25 of file socket_tcp_listen.c.
| case OP_SOCK_TCP_LISTEN |
Definition at line 21 of file socket_tcp_listen.c.
| Value portv = pop_value(vm) |
Definition at line 24 of file socket_tcp_listen.c.