Home
last modified time | relevance | path

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

/openbsd/sys/net/
H A Dpipex_local.h446 struct pipex_session *pipex_pptp_userland_lookup_session(struct mbuf *, struct sockaddr *);
H A Dpipex.c1693 return pipex_pptp_userland_lookup_session(m0, sintosa(&sin)); in pipex_pptp_userland_lookup_session_ipv4()
1707 return pipex_pptp_userland_lookup_session(m0, sin6tosa(&sin6)); in pipex_pptp_userland_lookup_session_ipv6()
1712 pipex_pptp_userland_lookup_session(struct mbuf *m0, struct sockaddr *sa) in pipex_pptp_userland_lookup_session() function