Home | History | Annotate | Download | only in Library

Lines Matching refs:IP4_MASK_NUM

50 #define  IP4_MASK_NUM          33

204 #define IP4_IS_VALID_NETMASK(Ip) (NetGetMaskLength (Ip) != IP4_MASK_NUM)
332 If the mask is invalid, return the invalid length 33, which is IP4_MASK_NUM.
337 @return The length of the netmask, or IP4_MASK_NUM (33) if the mask is invalid.
483 extern IP4_ADDR gIp4AllMasks[IP4_MASK_NUM];