Searched refs:destPort (Results 1 – 4 of 4) sorted by relevance
/external/tcpdump/ |
D | print-sctp.c | 505 u_short sourcePort, destPort; in sctp_print() local 538 destPort = EXTRACT_16BITS(&sctpPktHdr->destination); in sctp_print() 546 destPort)); in sctp_print() 554 destPort)); in sctp_print() 561 if (isForCES_port(destPort)) { in sctp_print() 562 ND_PRINT((ndo, "[%s]", tok2str(ForCES_channels, NULL, destPort))); in sctp_print()
|
/external/libvncserver/libvncclient/ |
D | vncviewer.c | 153 client->destPort = 5900; in rfbGetClient() 245 …nnectToRFBRepeater(client,client->serverHost,client->serverPort,client->destHost,client->destPort)) in rfbInitConnection() 334 client->destPort = 5900; in rfbInitClient() 339 client->destPort = atoi(colon+1); in rfbInitClient()
|
D | rfbproto.c | 456 …r(rfbClient* client,const char *repeaterHost, int repeaterPort, const char *destHost, int destPort) in ConnectToRFBRepeater() argument 496 snprintf(tmphost, sizeof(tmphost), "%s:%d", destHost, destPort); in ConnectToRFBRepeater()
|
/external/libvncserver/rfb/ |
D | rfbclient.h | 335 int destPort; member 374 …(rfbClient* client,const char *repeaterHost, int repeaterPort, const char *destHost, int destPort);
|