Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_ppp.c302 static int ng_ppp_crypt_xmit(node_p node, item_p item, uint16_t proto);
1111 return (ng_ppp_crypt_xmit(node, item, proto)); in ng_ppp_comp_xmit()
1148 return (ng_ppp_crypt_xmit(node, item, proto)); in ng_ppp_rcvdata_compress()
1219 ng_ppp_crypt_xmit(node_p node, item_p item, uint16_t proto) in ng_ppp_crypt_xmit() function