Lines Matching refs:NetMask
553 NetMask is in the host byte order.
555 @param[in] NetMask The netmask to get the length from.
557 @return The length of the netmask, IP4_MASK_NUM if the mask is invalid.
563 IN IP4_ADDR NetMask
569 if (NetMask == gIp4AllMasks[Index]) {
636 the netmask.
638 ASSERT if NetMask is zero.
643 @param[in] NetMask The mask of the IP.
652 IN IP4_ADDR NetMask
655 ASSERT (NetMask != 0);
661 if (((Ip &~NetMask) == ~NetMask) || ((Ip &~NetMask) == 0)) {