HomeSort by relevance Sort by last modified time
    Searched refs:origport (Results 1 - 2 of 2) sorted by null

  /external/dropbear/
cli-tcpfwd.c 167 unsigned int origport; local
176 origport = buf_getint(ses.payload);
182 if (origport == iter->listenport) {
191 origport);
svr-tcpfwd.c 233 unsigned int origport; local
258 origport = buf_getint(ses.payload);
261 if (origport > 65535 || destport > 65535) {

Completed in 152 milliseconds