Searched refs:destPort (Results 1 – 4 of 4) sorted by relevance
/external/tcpdump/ |
D | print-sctp.c | 95 u_short sourcePort, destPort; in sctp_print() local 128 destPort = EXTRACT_16BITS(&sctpPktHdr->destination); in sctp_print() 136 destPort); in sctp_print() 144 destPort); in sctp_print() 152 if (isForCES_port(destPort)) { in sctp_print() 153 printf("[%s]", tok2str(ForCES_channels, NULL, destPort)); in sctp_print()
|
/external/libvncserver/libvncclient/ |
D | vncviewer.c | 124 client->destPort = 5900; in rfbGetClient() 213 …nnectToRFBRepeater(client,client->serverHost,client->serverPort,client->destHost,client->destPort)) in rfbInitConnection() 301 client->destPort = 5900; in rfbInitClient() 306 client->destPort = atoi(colon+1); in rfbInitClient()
|
D | rfbproto.c | 438 …r(rfbClient* client,const char *repeaterHost, int repeaterPort, const char *destHost, int destPort) in ConnectToRFBRepeater() argument 478 snprintf(tmphost, sizeof(tmphost), "%s:%d", destHost, destPort); in ConnectToRFBRepeater()
|
/external/libvncserver/rfb/ |
D | rfbclient.h | 331 int destPort; member 366 …(rfbClient* client,const char *repeaterHost, int repeaterPort, const char *destHost, int destPort);
|