MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ng_send_fn

Function ng_send_fn

freebsd/netgraph/ng_base.c:3696–3701  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3694 */
3695
3696int
3697ng_send_fn(node_p node, hook_p hook, ng_item_fn *fn, void * arg1, int arg2)
3698{
3699
3700 return ng_send_fn1(node, hook, fn, arg1, arg2, NG_NOFLAGS);
3701}
3702
3703int
3704ng_send_fn1(node_p node, hook_p hook, ng_item_fn *fn, void * arg1, int arg2,

Callers 7

ng_eiface_startFunction · 0.70
ng_ksocket_connectFunction · 0.70
ng_rmnode_selfFunction · 0.70
ng_rmhook_selfFunction · 0.70
ng_l2cap_connectFunction · 0.50
ng_btsocket_hci_raw_sendFunction · 0.50
ng_hci_connectFunction · 0.50

Calls 1

ng_send_fn1Function · 0.70

Tested by

no test coverage detected