Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netgraph/
H A Dng_l2tp.h73 struct ng_l2tp_config { struct
/f-stack/freebsd/netgraph/
H A Dng_l2tp.h73 struct ng_l2tp_config { struct
H A Dng_l2tp.c154 struct ng_l2tp_config conf; /* node configuration */
179 const struct ng_l2tp_config *conf);
460 struct ng_l2tp_config *const conf = in ng_l2tp_rcvmsg()
461 (struct ng_l2tp_config *)msg->data; in ng_l2tp_rcvmsg()
492 struct ng_l2tp_config *conf; in ng_l2tp_rcvmsg()
499 conf = (struct ng_l2tp_config *)resp->data; in ng_l2tp_rcvmsg()
1239 ng_l2tp_seq_adjust(priv_p priv, const struct ng_l2tp_config *conf) in ng_l2tp_seq_adjust()