Searched refs:ng_ppp_addproto (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/netgraph/ |
| H A D | ng_ppp.c | 326 static struct mbuf *ng_ppp_addproto(struct mbuf *m, uint16_t proto, int compOK); 1100 if ((m = ng_ppp_addproto(m, proto, 0)) == NULL) { in ng_ppp_comp_xmit() 1165 if ((m = ng_ppp_addproto(m, proto, 0)) == NULL) { in ng_ppp_comp_recv() 1231 if ((m = ng_ppp_addproto(m, proto, 0)) == NULL) { in ng_ppp_crypt_xmit() 1351 if ((m = ng_ppp_addproto(m, proto, link->conf.enableProtoComp)) == in ng_ppp_link_xmit() 2025 if ((m = ng_ppp_addproto(m, proto, 1)) == NULL) { in ng_ppp_mp_xmit() 2418 ng_ppp_addproto(struct mbuf *m, uint16_t proto, int compOK) in ng_ppp_addproto() function
|