Home
last modified time | relevance | path

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

/dragonfly/sys/netgraph7/tty/
HDng_tty.h57 #define NG_TTY_HOOK "hook" macro
HDng_tty.c499 if (strcmp(name, NG_TTY_HOOK)) in ngt_newhook()
/dragonfly/sys/netgraph/tty/
HDng_tty.h55 #define NG_TTY_HOOK "hook" macro
HDng_tty.c506 if (strcmp(name, NG_TTY_HOOK)) in ngt_newhook()
/dragonfly/usr.sbin/ppp/
HDtty.c328 snprintf(ngm.ourhook, sizeof ngm.ourhook, "%s", NG_TTY_HOOK); in LoadLineDiscipline()
340 snprintf(ngc.path, sizeof ngc.path, "%s%s", ttypath, NG_TTY_HOOK); in LoadLineDiscipline()