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

/freebsd-12-stable/sys/netgraph/
H A Dng_ppp.c185 /* Keep this equal to ng_ppp_hook_names lower! */
263 } ng_ppp_hook_names[] = { variable in typeref:struct:__anon16298
554 for (i = 0; ng_ppp_hook_names[i].name != NULL; i++) {
555 if (strcmp(name, ng_ppp_hook_names[i].name) == 0) {
561 if (ng_ppp_hook_names[i].name == NULL)
569 NG_HOOK_SET_RCVDATA(hook, ng_ppp_hook_names[i].fn);

Completed in 111 milliseconds