Home | History | Annotate | Download | only in sip

Lines Matching defs:port

111     private int port;
389 //set port and transport if user hasn't already done this.
762 int port = via.getRPort();
763 if (port == -1) {
764 port = via.getPort();
765 if (port == -1) {
767 port = 5061;
769 port = 5060;
779 new HopImpl(host, port, transport));
790 listeningPoint.port, hop);
809 this.port = listeningPoint.getPort();
1024 // first one -- record the IP address/port of the LP
1027 this.port = listeningPoint.getPort();
1030 || this.port != listeningPoint.getPort())