Home | History | Annotate | Download | only in DataSource

Lines Matching refs:pIpAddress

682   UINT8 * pIpAddress;

722 pIpAddress = (UINT8 *)&((struct sockaddr_in *)&RemoteHostAddress)->sin_addr.s_addr;
724 pIpAddress[0],
725 pIpAddress[1],
726 pIpAddress[2],
727 pIpAddress[3],
884 UINT8 * pIpAddress;
924 pIpAddress = (UINT8 *)&((struct sockaddr_in *)&RemoteHostAddress)->sin_addr.s_addr;
926 pIpAddress[0],
927 pIpAddress[1],
928 pIpAddress[2],
929 pIpAddress[3],
1139 UINT8 * pIpAddress;
1290 pIpAddress = (UINT8 *)&((struct sockaddr_in *)&RemoteHostAddress)->sin_addr.s_addr;
1292 pIpAddress[0],
1293 pIpAddress[1],
1294 pIpAddress[2],
1295 pIpAddress[3],