Lines Matching refs:ipv4
614 memcpy(&(temp->addr.ipv4), current->ai_addr, in httpAddrGetList()
615 sizeof(temp->addr.ipv4)); in httpAddrGetList()
703 first->addr.ipv4.sin_family = AF_INET; in httpAddrGetList()
704 first->addr.ipv4.sin_addr.s_addr = htonl((((((((unsigned)ip[0] << 8) | in httpAddrGetList()
708 first->addr.ipv4.sin_port = htons(portnum); in httpAddrGetList()
742 temp->addr.ipv4.sin_family = AF_INET; in httpAddrGetList()
743 memcpy(&(temp->addr.ipv4.sin_addr), host->h_addr_list[i], in httpAddrGetList()
744 sizeof(temp->addr.ipv4)); in httpAddrGetList()
745 temp->addr.ipv4.sin_port = htons(portnum); in httpAddrGetList()
863 temp->addr.ipv4.sin_family = AF_INET; in httpAddrGetList()
864 temp->addr.ipv4.sin_port = htons(portnum); in httpAddrGetList()
865 temp->addr.ipv4.sin_addr.s_addr = htonl(0x7f000001); in httpAddrGetList()
919 temp->addr.ipv4.sin_family = AF_INET; in httpAddrGetList()
920 temp->addr.ipv4.sin_port = htons(portnum); in httpAddrGetList()