Searched refs:iplist_ip2pos (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/usr.sbin/ppp/
H A Diplist.h48 extern int iplist_ip2pos(struct iplist *, struct in_addr);
H A Diplist.c208 iplist_ip2pos(struct iplist *list, struct in_addr ip) function
H A Dipcp.c537 if ((pos = iplist_ip2pos(&ipcp->cfg.peer_list, peer)) != -1) {
988 iplist_ip2pos(&ipcp->cfg.peer_list, ip) < 0 ||
1000 if (iplist_ip2pos(&ipcp->cfg.peer_list, peer) >= 0) {

Completed in 102 milliseconds