Home
last modified time | relevance | path

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

/lib/liblwip/src/api/
Dsockets.c796 const struct sockaddr_in *to_in; local
824 to_in = (const struct sockaddr_in *)(void*)to;
848 if (to_in != NULL) {
849 inet_addr_to_ipaddr_p(remote_addr, &to_in->sin_addr);
850 remote_port = ntohs(to_in->sin_port);
901 inet_addr_to_ipaddr(&buf.addr, &to_in->sin_addr);
902 remote_port = ntohs(to_in->sin_port);