Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dhostip.c473 unsigned short port16 = (unsigned short)(port & 0xffff); in get_localhost6() local
479 sa6.sin6_port = htons(port16); in get_localhost6()
510 unsigned short port16 = (unsigned short)(port & 0xffff); in get_localhost() local
518 sa.sin_port = htons(port16); in get_localhost()