Home
last modified time | relevance | path

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

/openbsd/usr.sbin/npppd/npppd/
H A Dnpppd_iface.c210 ppp = npppd_get_ppp_by_ip(_this->npppd, _this->ip4addr); in npppd_iface_setup_ip()
466 ppp = npppd_get_ppp_by_ip(_npppd, iphdr->ip_dst); in npppd_iface_network_input_ipv4()
H A Dnpppd.h276 npppd_ppp *npppd_get_ppp_by_ip (npppd *, struct in_addr);
H A Dnpppd.c739 npppd_get_ppp_by_ip(npppd *_this, struct in_addr ipaddr) in npppd_get_ppp_by_ip() function