Home
last modified time | relevance | path

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

/openbsd/src/sys/net/
Dpipex.c1159 int proto, ppphlen; in pipex_common_input() local
1169 proto = pipex_ppp_proto(m0, session, hlen, &ppphlen); in pipex_common_input()
1174 KASSERT(m0->m_pkthdr.len >= hlen + ppphlen + 1); in pipex_common_input()
1175 m_copydata(m0, hlen + ppphlen, 1, &code); in pipex_common_input()