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

/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dconf.c1729 unsigned ipval; /* Value */ local
1816 ipval = strtoul(ptr, (char **)&ptr, 16);
1821 if (ipval > 0xffff)
1825 ip[i / 2] |= ipval;
1827 ip[i / 2] |= ipval << 16;
/macosx-10.9.5/bootp-268.1/IPConfiguration.bproj/
H A Dipconfigd.c2745 u_int32_t ipval = ntohl(addr.s_addr); local
2747 if (IN_CLASSA(ipval)) {
2750 else if (IN_CLASSB(ipval)) {

Completed in 446 milliseconds