8 struct stun_client
*stun_client_alloc(const char *hostname
, uint16_t port
);
9 void stun_client_free(struct stun_client
*);
10 int stun_client_resolve(struct stun_client
*stun
, int sockfd
, struct sockaddr
*addr
);
This page took 0.041632 seconds and 5 git commands to generate.