Home
last modified time | relevance | path

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

/external/dropbear/
Dsvr-tcpfwd.c231 unsigned int destport; in newtcpdirect() local
250 destport = buf_getint(ses.payload); in newtcpdirect()
261 if (origport > 65535 || destport > 65535) { in newtcpdirect()
266 snprintf(portstring, sizeof(portstring), "%d", destport); in newtcpdirect()
/external/iptables/extensions/
Dlibipt_CLUSTERIP.man12 \fBsourceip\fP, \fBsourceip\-sourceport\fP, \fBsourceip\-sourceport\-destport\fP.
/external/chromium/net/tools/spdyshark/
Dpacket-spdy.c289 …sation(pinfo->fd->num, &pinfo->src, &pinfo->dst, pinfo->ptype, pinfo->srcport, pinfo->destport, 0); in get_spdy_conversation_data()
298 …on_new(pinfo->fd->num, &pinfo->src, &pinfo->dst, pinfo->ptype, pinfo->srcport, pinfo->destport, 0); in get_spdy_conversation_data()
1290 if (!value_is_in_range(global_spdy_tcp_range, pinfo->destport) && in dissect_spdy_heur()