Searched refs:pipex_common_input (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/net/ |
H A D | pipex_local.h | 437 struct mbuf *pipex_common_input(struct pipex_session *,
|
H A D | pipex.c | 1156 pipex_common_input(struct pipex_session *session, struct mbuf *m0, int hlen, in pipex_common_input() function 1315 m0 = pipex_common_input(session, m0, hlen, ntohs(pppoe.length), 0); in pipex_pppoe_input() 1626 m0 = pipex_common_input(session, m0, hlen, ntohs(gre->len), 1); in pipex_pptp_input() 2136 m0 = pipex_common_input(session, m0, hlen, length, 1); in pipex_l2tp_input()
|