Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/ppp/ppp/
Dalias_db.c304 #define LINK_PPTP (IPPROTO_MAX + 4) macro
449 if (link_type != LINK_PPTP) in StartPointIn()
464 if (link_type != LINK_PPTP) { in StartPointOut()
963 case LINK_PPTP: in DeleteLink()
1034 case LINK_PPTP: in AddLink()
1100 case LINK_PPTP: in AddLink()
1673 LINK_PPTP); in AddPptp()
1687 i = StartPointOut(src_addr, dst_addr, 0, 0, LINK_PPTP); in FindPptpOutByCallId()
1689 if (link->link_type == LINK_PPTP && in FindPptpOutByCallId()
1707 i = StartPointOut(src_addr, dst_addr, 0, 0, LINK_PPTP); in FindPptpOutByPeerCallId()
[all …]