Searched refs:pppx_hdr (Results 1 – 3 of 3) sorted by relevance
91 static void npppd_iface_network_input_ipv4(npppd_iface *, struct pppx_hdr *,434 npppd_iface_network_input_ipv4(npppd_iface *_this, struct pppx_hdr *pppx, in npppd_iface_network_input_ipv4()507 struct pppx_hdr *pppx = NULL; in npppd_iface_network_input()510 if (lpktp < sizeof(struct pppx_hdr)) { in npppd_iface_network_input()515 pppx = (struct pppx_hdr *)pktp; in npppd_iface_network_input()516 pktp += sizeof(struct pppx_hdr); in npppd_iface_network_input()517 lpktp -= sizeof(struct pppx_hdr); in npppd_iface_network_input()547 struct pppx_hdr pppx; in npppd_iface_write()
320 struct pppx_hdr *th; in pppxwrite()382 th = mtod(top, struct pppx_hdr *); in pppxwrite()383 m_adj(top, sizeof(struct pppx_hdr)); in pppxwrite()844 struct pppx_hdr *th; in pppx_if_output()890 M_PREPEND(m, sizeof(struct pppx_hdr), M_DONTWAIT); in pppx_if_output()895 th = mtod(m, struct pppx_hdr *); in pppx_if_output()
149 struct pppx_hdr { struct