Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/npppd/npppd/
H A Dnpppd_iface.c438 npppd *_npppd; in npppd_iface_network_input_ipv4() local
446 _npppd = _this->npppd; in npppd_iface_network_input_ipv4()
453 ppp = npppd_get_ppp_by_id(_npppd, pppx->pppx_id); in npppd_iface_network_input_ipv4()
466 ppp = npppd_get_ppp_by_ip(_npppd, iphdr->ip_dst); in npppd_iface_network_input_ipv4()
H A Dnpppd_auth.c68 npppd_auth_create(int auth_type, const char *name, void *_npppd) in npppd_auth_create() argument
79 base->npppd = _npppd; in npppd_auth_create()
91 base->npppd = _npppd; in npppd_auth_create()
H A Dnpppd_local.h111 struct _npppd { struct
H A Dipcp.c201 npppd *_npppd; in ipcp_reqci() local
207 _npppd = ppp->pppd; in ipcp_reqci()
H A Dnpppd.h264 typedef struct _npppd npppd;