|
static Bool | Create_Socket_Streams (int sock, char *stream_name, int *stm_in, int *stm_out) |
|
static void | Socket_Initializer (void) |
|
Bool | Pl_Socket_2 (WamWord domain_word, WamWord socket_word) |
|
Bool | Pl_Socket_Close_1 (WamWord socket_word) |
|
Bool | Pl_Socket_Bind_2 (WamWord socket_word, WamWord address_word) |
|
Bool | Pl_Socket_Connect_4 (WamWord socket_word, WamWord address_word, WamWord stm_in_word, WamWord stm_out_word) |
|
Bool | Pl_Socket_Listen_2 (WamWord socket_word, WamWord length_word) |
|
Bool | Pl_Socket_Accept_4 (WamWord socket_word, WamWord client_word, WamWord stm_in_word, WamWord stm_out_word) |
|
Bool | Pl_Assoc_Socket_Streams_3 (WamWord socket_word, WamWord stm_in_word, WamWord stm_out_word) |
|
Bool | Pl_Hostname_Address_2 (WamWord host_name_word, WamWord host_address_word) |
|