Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_pppoe.c750 NG_SEND_MSG_ID(error, privp->node, msg, in ng_pppoe_connect()
1316 NG_SEND_MSG_ID(error, NG_HOOK_NODE(sp->hook), msg, sp->creator, 0); in send_acname()
1335 NG_SEND_MSG_ID(error, NG_HOOK_NODE(sp->hook), msg, sp->creator, 0); in send_sessionid()
1357 NG_SEND_MSG_ID(error, NG_HOOK_NODE(sp->hook), msg, sp->creator, 0); in send_maxp()
1380 NG_SEND_MSG_ID(error, NG_HOOK_NODE(sp->hook), msg, sp->creator, 0); in send_hurl()
1403 NG_SEND_MSG_ID(error, NG_HOOK_NODE(sp->hook), msg, sp->creator, 0); in send_motm()
2209 NG_SEND_MSG_ID(error, NG_HOOK_NODE(sp->hook), msg, sp->creator, 0); in pppoe_send_event()
H A Dng_ksocket.c1056 NG_SEND_MSG_ID(error, node, in ng_ksocket_incoming2()
1240 NG_SEND_MSG_ID(error, node, resp, priv->response_addr, 0); in ng_ksocket_accept()
H A Dng_pred1.c332 NG_SEND_MSG_ID(error, node, msg, in ng_pred1_rcvdata()
H A Dng_deflate.c355 NG_SEND_MSG_ID(error, node, msg, in ng_deflate_rcvdata()
H A Dng_mppc.c411 NG_SEND_MSG_ID(error, node, msg, in ng_mppc_rcvdata()
H A Dng_source.c337 NG_SEND_MSG_ID(dummy_error, sc->node, msg, in ng_source_connect()
H A Dng_l2tp.c1181 NG_SEND_MSG_ID(error, priv->node, msg, priv->ftarget, 0); in ng_l2tp_seq_failure()
H A Dnetgraph.h983 #define NG_SEND_MSG_ID(error, here, msg, ID, retaddr) \ macro
/f-stack/tools/compat/include/netgraph/
H A Dnetgraph.h985 #define NG_SEND_MSG_ID(error, here, msg, ID, retaddr) \ macro