Searched defs:subnet_mask (Results 1 - 5 of 5) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Ddhcp_snoop.c41 u32 subnet_mask = 0; local
74 subnet_mask = WPA_GET_BE32(&opt[2]);
75 if (subnet_mask == 0)
77 while (!(subnet_mask & 0x1)) {
78 subnet_mask >>= 1;
/external/wpa_supplicant_8/src/ap/
H A Ddhcp_snoop.c41 u32 subnet_mask = 0; local
74 subnet_mask = WPA_GET_BE32(&opt[2]);
75 if (subnet_mask == 0)
77 while (!(subnet_mask & 0x1)) {
78 subnet_mask >>= 1;
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Ddhcp_snoop.c41 u32 subnet_mask = 0; local
74 subnet_mask = WPA_GET_BE32(&opt[2]);
75 if (subnet_mask == 0)
77 while (!(subnet_mask & 0x1)) {
78 subnet_mask >>= 1;
/external/syslinux/core/fs/pxe/
H A Ddhcp_option.c15 static void subnet_mask(const void *data, int opt_len) function
143 {1, subnet_mask},
/external/libmtp/src/
H A Dptp.h1286 uint8_t subnet_mask; /* first zero bit position, e.g. 24 for 255.255.255.0 */ member in struct:_PTPNIKONWifiProfile

Completed in 230 milliseconds