Home | History | Annotate | Download | only in GetNetByAddr

Lines Matching defs:IpAddress

43   UINT8 IpAddress[4];

66 IpAddress[0] = (UINT8)RemoteAddress[0];
67 IpAddress[1] = (UINT8)RemoteAddress[1];
68 IpAddress[2] = (UINT8)RemoteAddress[2];
69 IpAddress[3] = (UINT8)RemoteAddress[3];
70 pNetwork = getnetbyaddr ( *(uint32_t *)&IpAddress[0], AF_INET );
77 IpAddress[0],
78 IpAddress[1],
79 IpAddress[2],
80 IpAddress[3],