HomeSort by relevance Sort by last modified time
    Searched full:endip (Results 1 - 1 of 1) sorted by null

  /external/libppp/src/
iplist.c 78 struct in_addr endip; local
85 if (!do_inet_aton(to, ptr, &endip))
88 list->cur.nItems = ntohl(endip.s_addr) - list->cur.lstart + 1;

Completed in 308 milliseconds