Home
last modified time | relevance | path

Searched refs:destPort (Results 1 – 4 of 4) sorted by relevance

/external/tcpdump/
Dprint-sctp.c505 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/
Dvncviewer.c153 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()
Drfbproto.c456 …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/
Drfbclient.h335 int destPort; member
374 …(rfbClient* client,const char *repeaterHost, int repeaterPort, const char *destHost, int destPort);