Searched refs:ipval (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/cups-408/cups/scheduler/
H A Dconf.c1719 unsigned ipval; /* Value */ local
1806 ipval = strtoul(ptr, (char **)&ptr, 16);
1811 if (ipval > 0xffff)
1815 ip[i / 2] |= ipval;
1817 ip[i / 2] |= ipval << 16;
/macosx-10.10/bootp-298/IPConfiguration.bproj/
H A Dipconfigd.c3303 u_int32_t ipval = ntohl(addr.s_addr); local
3305 if (IN_CLASSA(ipval)) {
3308 else if (IN_CLASSB(ipval)) {

Completed in 118 milliseconds