Home | History | Annotate | Download | only in stack

Lines Matching defs:lp

980             ListeningPointImpl lp = (ListeningPointImpl) this.sipProvider.getListeningPoint(hop
982 if (lp == null)
986 MessageChannel messageChannel = lp.getMessageProcessor().createMessageChannel(
1916 ListeningPointImpl lp = (ListeningPointImpl) this.sipProvider
1918 if (lp == null) {
1926 Via via = lp.getViaHeader();
1943 .getListeningPoint(lp.getTransport())).createContactHeader();
2420 // Only used to find correct LP & create correct Via
2435 ListeningPointImpl lp = (ListeningPointImpl) sipProvider.getListeningPoint(transport);
2436 if (lp == null) {
2441 sipStack.getStackLogger().logError("No LP found for transport=" + transport);
2453 // Via via = lp.getViaHeader();