Home
last modified time | relevance | path

Searched refs:enableLink (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netgraph/
H A Dng_ppp.h124 u_char enableLink; /* enable this link */ member
H A Dng_ppp.c547 if (priv->links[linkNum].conf.enableLink && in ng_ppp_newhook()
1451 if (!link->conf.enableLink) in ng_ppp_rcvdata()
2510 if (link->conf.enableLink && link->hook != NULL) { in ng_ppp_update()
2575 if (newConf->links[i].enableLink && priv->links[i].hook != NULL) in ng_ppp_config_valid()
2577 if (!newConf->links[i].enableLink) in ng_ppp_config_valid()
/f-stack/tools/compat/include/netgraph/
H A Dng_ppp.h124 u_char enableLink; /* enable this link */ member