Home | History | Annotate | Download | only in GetNetByAddr

Lines Matching refs:RemoteAddress

42   UINT32 RemoteAddress[4];

52 &RemoteAddress[0],
53 &RemoteAddress[1],
54 &RemoteAddress[2],
55 &RemoteAddress[3]))
56 || ( 255 < RemoteAddress[0])
57 || ( 255 < RemoteAddress[1])
58 || ( 255 < RemoteAddress[2])
59 || ( 255 < RemoteAddress[3])) {
66 IpAddress[0] = (UINT8)RemoteAddress[0];
67 IpAddress[1] = (UINT8)RemoteAddress[1];
68 IpAddress[2] = (UINT8)RemoteAddress[2];
69 IpAddress[3] = (UINT8)RemoteAddress[3];