Home
last modified time | relevance | path

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

/freebsd/sys/netinet/libalias/
H A Dalias_ftp.c313 htons(la->true_port), GET_ALIAS_PORT, IPPROTO_TCP); in AliasHandleFtpIn()
395 la->true_port = port; in ParseFtpPortCommand()
485 la->true_port = port; in ParseFtpEprtCommand()
557 la->true_port = port; in ParseFtp227Reply()
627 la->true_port = port; in ParseFtp229Reply()
645 if (la->true_port < IPPORT_RESERVED) in NewFtpMessage()
650 GetAliasAddress(lnk), htons(la->true_port), 0, GET_ALIAS_PORT, in NewFtpMessage()
H A Dalias_irc.c172 u_short true_port; in AliasHandleIrcOut() local
348 true_port = htons(org_port); in AliasHandleIrcOut()
364 true_port, 0, in AliasHandleIrcOut()
H A Dalias_local.h140 u_short true_port; /* in host byte order. */ member