Home | History | Annotate | Download | only in GetHostByAddr

Lines Matching refs:pIpAddress

46   UINT8 * pIpAddress;

79 pIpAddress = (UINT8 *)pHost->h_addr_list[ 0 ];
81 pIpAddress[0],
82 pIpAddress[1],
83 pIpAddress[2],
84 pIpAddress[3],
91 pIpAddress = (UINT8 *)pHost->h_addr_list[Index];
93 pIpAddress[0],
94 pIpAddress[1],
95 pIpAddress[2],
96 pIpAddress[3]);