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

/freebsd-11-stable/sys/netgraph/
H A Dng_ppp.h97 NGM_PPP_SET_CONFIG = 1, /* takes struct ng_ppp_node_conf */
98 NGM_PPP_GET_CONFIG, /* returns ng_ppp_node_conf */
183 struct ng_ppp_node_conf { struct
H A Dng_ppp.c328 const struct ng_ppp_node_conf *newConf);
365 /* Parse type for struct ng_ppp_node_conf */
594 struct ng_ppp_node_conf *const conf =
595 (struct ng_ppp_node_conf *)msg->data;
613 struct ng_ppp_node_conf *conf;
619 conf = (struct ng_ppp_node_conf *)resp->data;
2567 ng_ppp_config_valid(node_p node, const struct ng_ppp_node_conf *newConf)

Completed in 103 milliseconds