Home
last modified time | relevance | path

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

/freebsd-13.1/tests/sys/netgraph/
H A Dng_macfilter_test.sh275 test_success "rmhook MF:xxx$i" ngctl rmhook MF: xxx1
278 test_success "rmhook MF:xxx$i" ngctl rmhook MF: xxx2
281 test_success "rmhook MF:xxx$i" ngctl rmhook MF: xxx3
298 ngctl rmhook MF: $h
/freebsd-13.1/usr.sbin/ngctl/
H A DMakefile9 msg.c debug.c shutdown.c rmhook.c status.c types.c write.c
/freebsd-13.1/usr.sbin/bsnmpd/modules/snmp_netgraph/
H A Dsnmp_netgraph.c778 struct ngm_rmhook rmhook; in ng_rmhook() local
780 strlcpy(rmhook.ourhook, ourhook, NG_HOOKSIZ); in ng_rmhook()
782 NGM_GENERIC_COOKIE, NGM_RMHOOK, &rmhook, sizeof(rmhook))); in ng_rmhook()
791 struct ngm_rmhook rmhook; in ng_rmhook_id() local
794 strlcpy(rmhook.ourhook, hook, NG_HOOKSIZ); in ng_rmhook_id()
797 NGM_GENERIC_COOKIE, NGM_RMHOOK, &rmhook, sizeof(rmhook))); in ng_rmhook_id()
/freebsd-13.1/share/examples/netgraph/
H A Dngctl26 rmhook Disconnect hook "hook" of the node at "path"
/freebsd-13.1/sys/netgraph/
H A Dng_base.c423 DEFINE_PARSE_STRUCT_TYPE(rmhook, RMHOOK, ());