Searched refs:rmh (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/usr.sbin/ngctl/
H A Drmhook.c59 struct ngm_rmhook rmh; local
70 snprintf(rmh.ourhook, sizeof(rmh.ourhook), "%s", av[1]);
78 NGM_RMHOOK, &rmh, sizeof(rmh)) < 0) {
/freebsd-current/sys/net/
H A Dradix.c1138 struct radix_mask_head *rmh; local
1141 rmh = NULL;
1147 R_Zalloc(rmh, struct radix_mask_head *, sizeof (*rmh));
1148 if (rnh == NULL || rmh == NULL) {
1151 if (rmh != NULL)
1152 R_Free(rmh);
1158 rn_inithead_internal(&rmh->head, rmh->mask_nodes, 0);
1160 rnh->rh.rnh_masks = rmh;
[all...]
/freebsd-current/sys/netgraph/
H A Dng_base.c2581 struct ngm_rmhook *const rmh = (struct ngm_rmhook *) msg->data; local
2584 if (msg->header.arglen != sizeof(*rmh)) {
2589 rmh->ourhook[sizeof(rmh->ourhook) - 1] = '\0';
2590 if ((hook = ng_findhook(here, rmh->ourhook)) != NULL)

Completed in 181 milliseconds