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

/macosx-10.10/bind9-45.101/bind9/contrib/dbus/
H A Ddbus_mgr.c137 struct in_addr subnet_mask; member in struct:dhc_if_s
1713 struct in_addr subnet_mask
1719 uint32_t ip = (ntohl(ip_address.s_addr) & ntohl(subnet_mask.s_addr)), i;
1888 if( (dn = dbus_mgr_if_reverse_ip_name(mgr, d_if->ip, d_if->subnet_mask )) != 0L )
2092 if( strcmp(member, "subnet_mask") == 0 )
2104 dbus_mgr_log_err("Invalid subnet_mask value received from dhcdbd");
2108 d_if->subnet_mask = *((struct in_addr*)value);
/macosx-10.10/ppp-786.1.1/Helpers/pppd/
H A Dacsp.c497 static u_int32_t subnet_mask = 0; variable
1818 if ((p[i] == DHCP_OPTION_SUBNET_MASK) && subnet_mask)
1881 PUTLONG(subnet_mask, outp); // server mask

Completed in 176 milliseconds