Lines Matching refs:in_addr
125 struct in_addr net_netmask;
127 struct in_addr net_gateway;
129 struct in_addr net_dns_server;
132 struct in_addr net_dns_server2;
142 struct in_addr net_ip;
144 struct in_addr net_server_ip;
183 struct in_addr net_ntp_server;
761 struct in_addr sip, unsigned sport, in dummy_handler()
824 int net_send_udp_packet(uchar *ether, struct in_addr dest, int dport, int sport, in net_send_udp_packet()
831 int net_send_ip_packet(uchar *ether, struct in_addr dest, int dport, int sport, in net_send_ip_packet()
1063 struct in_addr src_ip, struct ethernet_hdr *et) in receive_icmp()
1093 struct in_addr dst_ip; in net_process_received_packet()
1094 struct in_addr src_ip; in net_process_received_packet()
1503 void net_set_ip_header(uchar *pkt, struct in_addr dest, struct in_addr source, in net_set_ip_header()
1528 void net_set_udp_header(uchar *pkt, struct in_addr dest, int dport, int sport, in net_set_udp_header()
1567 int net_parse_bootfile(struct in_addr *ipaddr, char *filename, int max_len) in net_parse_bootfile()
1601 void ip_to_string(struct in_addr x, char *s) in ip_to_string()