Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/libalias/
H A Dalias_ftp.c324 htons(la->true_port), GET_ALIAS_PORT, IPPROTO_TCP); in AliasHandleFtpIn()
407 la->true_port = port; in ParseFtpPortCommand()
497 la->true_port = port; in ParseFtpEprtCommand()
569 la->true_port = port; in ParseFtp227Reply()
639 la->true_port = port; in ParseFtp229Reply()
657 if (la->true_port < IPPORT_RESERVED) in NewFtpMessage()
662 GetAliasAddress(lnk), htons(la->true_port), 0, GET_ALIAS_PORT, in NewFtpMessage()
H A Dalias_irc.c176 u_short true_port; in AliasHandleIrcOut() local
352 true_port = htons(org_port); in AliasHandleIrcOut()
368 true_port, 0, in AliasHandleIrcOut()
H A Dalias_local.h164 u_short true_port; /* in host byte order. */ member