Lines Matching refs:in_addr
119 struct in_addr net_netmask;
121 struct in_addr net_gateway;
123 struct in_addr net_dns_server;
126 struct in_addr net_dns_server2;
130 struct in_addr net_mcast_addr;
140 struct in_addr net_ip;
142 struct in_addr net_server_ip;
179 struct in_addr net_ntp_server;
732 struct in_addr sip, unsigned sport, in dummy_handler()
787 int net_send_udp_packet(uchar *ether, struct in_addr dest, int dport, int sport, in net_send_udp_packet()
1011 struct in_addr src_ip, struct ethernet_hdr *et) in receive_icmp()
1041 struct in_addr dst_ip; in net_process_received_packet()
1042 struct in_addr src_ip; in net_process_received_packet()
1438 void net_set_ip_header(uchar *pkt, struct in_addr dest, struct in_addr source) in net_set_ip_header()
1459 void net_set_udp_header(uchar *pkt, struct in_addr dest, int dport, int sport, in net_set_udp_header()
1509 void ip_to_string(struct in_addr x, char *s) in ip_to_string()