Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Diplist.c78 struct in_addr endip; in iplist_setrange() local
85 if (!do_inet_aton(to, ptr, &endip)) in iplist_setrange()
88 list->cur.nItems = ntohl(endip.s_addr) - list->cur.lstart + 1; in iplist_setrange()