Lines Matching refs:NetMask
236 #define IP4_NET_EQUAL(Ip1, Ip2, NetMask) (((Ip1) & (NetMask)) == ((Ip2) & (NetMask)))
366 NetMask is in the host byte order.
368 @param[in] NetMask The netmask to get the length from.
370 @return The length of the netmask, or IP4_MASK_NUM (33) if the mask is invalid.
376 IN IP4_ADDR NetMask
413 the netmask.
415 ASSERT if NetMask is zero.
420 @param[in] NetMask The mask of the IP.
429 IN IP4_ADDR NetMask