Home
last modified time | relevance | path

Searched refs:msg_send_hello (Results 1 – 3 of 3) sorted by relevance

/dports/net/pwnat/pwnat-5de412c/
H A Dmessage.h69 int msg_send_hello(socket_t *to, char *host, char *port, uint16_t req_id);
H A Dmessage.c87 int msg_send_hello(socket_t *to, char *host, char *port, uint16_t req_id) in msg_send_hello() function
H A Dclient.c348 return msg_send_hello(client->udp_sock, host, port, req_id); in client_send_hello()