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

/freebsd-10-stable/sys/netgraph/
H A Dng_l2tp.h73 struct ng_l2tp_config { struct
182 NGM_L2TP_SET_CONFIG = 1, /* supply a struct ng_l2tp_config */
183 NGM_L2TP_GET_CONFIG, /* returns a struct ng_l2tp_config */
H A Dng_l2tp.c154 struct ng_l2tp_config conf; /* node configuration */
179 const struct ng_l2tp_config *conf);
203 /* Parse type for struct ng_l2tp_config */
460 struct ng_l2tp_config *const conf =
461 (struct ng_l2tp_config *)msg->data;
492 struct ng_l2tp_config *conf;
499 conf = (struct ng_l2tp_config *)resp->data;
1239 ng_l2tp_seq_adjust(priv_p priv, const struct ng_l2tp_config *conf)

Completed in 122 milliseconds