Searched refs:client_ip (Results 1 – 8 of 8) sorted by relevance
32 struct in_addr client_ip; member73 memcpy(&spt->client_ip, &tp->ip.ip_src, sizeof(spt->client_ip)); in tftp_session_allocate()90 if (!memcmp(&spt->client_ip, &tp->ip.ip_src, sizeof(spt->client_ip))) { in tftp_session_find()160 daddr.sin_addr = spt->client_ip; in tftp_send_oack()200 daddr.sin_addr = spt->client_ip; in tftp_send_error()246 daddr.sin_addr = spt->client_ip; in tftp_send_data()
32 uint32_t client_ip; member73 spt->client_ip = ip_geth(tp->ip.ip_src); in tftp_session_allocate()90 if (spt->client_ip == ip_geth(tp->ip.ip_src)) { in tftp_session_find()162 spt->client_ip, in tftp_send_oack()204 spt->client_ip, in tftp_send_error()252 spt->client_ip, in tftp_send_data()
65 static ipaddr_t client_ip; variable736 ip_equal( ip_read(ah->ar_sip), client_ip )) { in arp_input()817 client_ip = iph->ip_dst; in if_encap()
68 std::string client_ip() const { return client_ip_; } in client_ip() function
176 connection_->client_ip()); in ProcessHeaders()
211 connection_->client_ip() + "\r\n"; in SpdyHandleNewStream()
63 /*OUT*/Addr* client_ip) in load_client() argument89 *client_ip = info->init_ip; in load_client()
71 /*OUT*/Addr* client_ip, in load_client() argument102 *client_ip = info->init_ip; in load_client()