Home
last modified time | relevance | path

Searched refs:tempaddr (Results 1 - 2 of 2) sorted by relevance

/third_party/lame/frontend/
H A Drtp.c103 unsigned int tempaddr; in rtp_socket() local
112 tempaddr = inet_addr(address); in rtp_socket()
115 sin.sin_addr.s_addr = tempaddr; in rtp_socket()
124 if ((ntohl(tempaddr) >> 28) == 0xe) { in rtp_socket()
/third_party/lwip/src/api/
H A Dsockets.c695 union sockaddr_aligned tempaddr; in lwip_accept() local
706 IPADDR_PORT_TO_SOCKADDR(&tempaddr, &naddr, port); in lwip_accept()
707 if (*addrlen > tempaddr.sa.sa_len) { in lwip_accept()
708 *addrlen = tempaddr.sa.sa_len; in lwip_accept()
710 MEMCPY(addr, &tempaddr, *addrlen); in lwip_accept()

Completed in 6 milliseconds