Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/netinet/libalias/
HDalias_db.c311 #define LINK_PPTP (IPPROTO_MAX + 4) macro
417 if (link_type != LINK_PPTP) in StartPointIn()
432 if (link_type != LINK_PPTP) { in StartPointOut()
898 case LINK_PPTP: in DeleteLink()
966 case LINK_PPTP: in AddLink()
1026 case LINK_PPTP: in AddLink()
1580 LINK_PPTP); in AddPptp()
1595 i = StartPointOut(src_addr, dst_addr, 0, 0, LINK_PPTP); in FindPptpOutByCallId()
1597 if (lnk->link_type == LINK_PPTP && in FindPptpOutByCallId()
1616 i = StartPointOut(src_addr, dst_addr, 0, 0, LINK_PPTP); in FindPptpOutByPeerCallId()
[all …]