/external/dhcpcd/ |
D | net.h | 83 struct in_addr dest; 84 struct in_addr net; 85 struct in_addr gate; 88 struct in_addr src; 106 int inet_ntocidr(struct in_addr); 107 int inet_cidrtoaddr(int, struct in_addr *); 114 struct in_addr *, struct in_addr *, struct in_addr *, int); 116 const struct in_addr *, const struct in_addr *, 117 const struct in_addr *, int); 137 struct in_addr, struct in_addr); [all …]
|
D | dhcpcd.h | 81 struct in_addr fail; 128 struct in_addr addr; 129 struct in_addr net; 130 struct in_addr dst; 160 struct in_addr *, struct in_addr *, struct in_addr *);
|
D | dhcp.h | 159 struct in_addr addr; 160 struct in_addr net; 161 struct in_addr brd; 165 struct in_addr server; 182 int get_option_addr(struct in_addr *, const struct dhcp_message *, uint8_t); 195 int dhcp_message_add_addr(struct dhcp_message *, uint8_t, struct in_addr);
|
/external/tcpdump/ |
D | ospf.h | 149 struct in_addr lsa_id; 155 struct in_addr ls_router; 173 struct in_addr link_id; 174 struct in_addr link_data; 183 struct in_addr nla_mask; 184 struct in_addr nla_router[1]; /* may repeat */ 189 struct in_addr sla_mask; 195 struct in_addr asla_mask; 198 struct in_addr asla_forward; 199 struct in_addr asla_tag; [all …]
|
D | bootp.h | 31 struct in_addr bp_ciaddr; /* client IP address */ 32 struct in_addr bp_yiaddr; /* 'your' IP address */ 33 struct in_addr bp_siaddr; /* server IP address */ 34 struct in_addr bp_giaddr; /* gateway IP address */ 213 struct in_addr v_smask; /* Subnet mask */ 214 struct in_addr v_dgate; /* Default gateway */ 215 struct in_addr v_dns1, v_dns2; /* Domain name servers */ 216 struct in_addr v_ins1, v_ins2; /* IEN-116 name servers */ 217 struct in_addr v_ts1, v_ts2; /* Time servers */
|
/external/libppp/src/ |
D | ncpaddr.h | 36 struct in_addr ipaddr; 37 struct in_addr mask; 52 struct in_addr ip4addr; 68 extern void ncpaddr_setip4(struct ncpaddr *, struct in_addr); 69 extern int ncpaddr_getip4(const struct ncpaddr *, struct in_addr *); 85 extern int ncprange_containsip4(const struct ncprange *, struct in_addr); 91 extern void ncprange_setip4(struct ncprange *, struct in_addr, struct in_addr); 92 extern void ncprange_setip4host(struct ncprange *, struct in_addr); 93 extern int ncprange_setip4mask(struct ncprange *, struct in_addr); 99 extern int ncprange_getip4addr(const struct ncprange *, struct in_addr *); [all …]
|
D | ipcp.h | 56 struct in_addr netmask; /* Iface netmask (unused by most OSs) */ 60 struct in_addr TriggerAddress; /* Address to suggest in REQ */ 64 struct in_addr dns[2]; /* DNS addresses offered */ 66 struct in_addr nbns[2]; /* NetBIOS NS addresses offered */ 80 struct in_addr dns[2]; /* Current DNS addresses */ 88 struct in_addr peer_ip; /* IP address he's willing to use */ 91 struct in_addr ifmask; /* Interface netmask */ 93 struct in_addr my_ip; /* IP address I'm willing to use */ 121 extern int ipcp_UseHisIPaddr(struct bundle *, struct in_addr); 127 extern struct in_addr addr2mask(struct in_addr);
|
D | iplist.h | 30 struct in_addr ip; 46 extern struct in_addr iplist_setcurpos(struct iplist *, long); 47 extern struct in_addr iplist_setrandpos(struct iplist *); 48 extern int iplist_ip2pos(struct iplist *, struct in_addr); 49 extern struct in_addr iplist_next(struct iplist *);
|
D | radius.h | 50 struct in_addr ip; /* FRAMED IP */ 51 struct in_addr mask; /* FRAMED Netmask */ 90 struct in_addr addr; 91 struct in_addr mask; 116 extern void radius_Account_Set_Ip(struct radacct *, struct in_addr *, 117 struct in_addr *);
|
D | arp.h | 34 extern int arp_ClearProxy(struct bundle *, struct in_addr); 35 extern int arp_SetProxy(struct bundle *, struct in_addr); 36 extern int arp_EtherAddr(struct in_addr, struct sockaddr_dl *, int);
|
/external/dnsmasq/src/ |
D | dnsmasq.h | 202 struct in_addr addr4; 210 struct in_addr addr; 216 struct in_addr in, end, out, mask; 343 struct in_addr netmask; /* only valid for IPv4 */ 419 struct in_addr addr, override, giaddr; 449 struct in_addr addr; 494 struct in_addr next_server; 502 struct in_addr server; 536 struct in_addr start, end; 542 struct in_addr netmask, broadcast; [all …]
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/arpa/ |
D | inet.h | 104 struct in_addr { struct 112 char *inet_ntoa(struct in_addr); 118 int inet_aton(const char *, struct in_addr *); 119 in_addr_t inet_lnaof(struct in_addr); 120 struct in_addr inet_makeaddr(in_addr_t, in_addr_t); 122 in_addr_t inet_netof(struct in_addr);
|
/external/qemu/slirp/ |
D | main.h | 35 extern struct in_addr ctl_addr; 36 extern struct in_addr special_addr; 37 extern struct in_addr alias_addr; 38 extern struct in_addr our_addr; 39 extern struct in_addr loopback_addr; 40 extern struct in_addr dns_addr;
|
D | ip.h | 93 struct in_addr ip_src,ip_dst; /* source and dest address */ 152 struct in_addr ipt_addr; 204 struct in_addr ih_src; /* source internet address */ 205 struct in_addr ih_dst; /* destination internet address */ 221 struct in_addr ipq_src,ipq_dst; 249 struct in_addr ipopt_dst; /* first-hop dst if source routed */
|
D | socket.h | 32 struct in_addr so_faddr; /* foreign host table entry */ 33 struct in_addr so_laddr; /* local host table entry */ 76 struct socket * solookup _P((struct socket *, struct in_addr, u_int, struct in_addr, u_int));
|
D | bootp.h | 105 struct in_addr bp_ciaddr; 106 struct in_addr bp_yiaddr; 107 struct in_addr bp_siaddr; 108 struct in_addr bp_giaddr;
|
/external/kernel-headers/original/linux/ |
D | in.h | 54 struct in_addr { struct 114 struct in_addr imr_multiaddr; /* IP multicast address of group */ 115 struct in_addr imr_interface; /* local IP address of interface */ 120 struct in_addr imr_multiaddr; /* IP multicast address of group */ 121 struct in_addr imr_address; /* local IP address of interface */ 172 struct in_addr ipi_spec_dst; 173 struct in_addr ipi_addr; 181 struct in_addr sin_addr; /* Internet address */ 185 sizeof(unsigned short int) - sizeof(struct in_addr)];
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/netinet/ |
D | in.h | 84 struct in_addr { struct 94 struct in_addr sin_addr; 326 struct in_addr { struct 426 struct in_addr imr_multiaddr; /* IP multicast address of group */ 427 struct in_addr imr_interface; /* local IP address of interface */ 548 int in_broadcast(struct in_addr, struct ifnet *); 549 int in_canforward(struct in_addr); 550 int in_localaddr(struct in_addr); 551 char *inet_ntoa(struct in_addr); /* in libkern */ 552 char *inet_ntoa_r(struct in_addr ina, char *buf); /* in libkern */
|
/external/iputils/ninfod/ |
D | ninfod_addrs.c | 316 int filter_ipv4addr(const struct in_addr *ifaddr, unsigned int flags) in filter_ipv4addr() 328 if (subject && subjlen != sizeof(struct in_addr)) { in pr_nodeinfo_ipv4addr() 346 if ((((struct in_addr *)subject)->s_addr != htonl(INADDR_LOOPBACK)) && in pr_nodeinfo_ipv4addr() 347 memcmp((struct in_addr *)ifa->ifa_addr, in pr_nodeinfo_ipv4addr() 348 (struct in_addr *)subject, in pr_nodeinfo_ipv4addr() 349 sizeof(struct in_addr)) == 0) { in pr_nodeinfo_ipv4addr() 396 if (filter_ipv4addr((struct in_addr *)ifa->ifa_addr, flags)) in pr_nodeinfo_ipv4addr() 399 …((MAX_REPLY_SIZE - sizeof(struct icmp6_nodeinfo)) / (sizeof(uint32_t) + sizeof(struct in_addr)))) { in pr_nodeinfo_ipv4addr() 416 p->replydatalen = (sizeof(uint32_t)+sizeof(struct in_addr)) * addrs0; in pr_nodeinfo_ipv4addr() 439 if (filter_ipv4addr((struct in_addr *)ifa->ifa_addr, flags)) in pr_nodeinfo_ipv4addr() [all …]
|
/external/iptables/include/ |
D | xtables.h | 37 struct in_addr; 430 extern const char *xtables_ipaddr_to_numeric(const struct in_addr *); 431 extern const char *xtables_ipaddr_to_anyname(const struct in_addr *); 432 extern const char *xtables_ipmask_to_numeric(const struct in_addr *); 433 extern struct in_addr *xtables_numeric_to_ipaddr(const char *); 434 extern struct in_addr *xtables_numeric_to_ipmask(const char *); 435 extern void xtables_ipparse_any(const char *, struct in_addr **, 436 struct in_addr *, unsigned int *); 437 extern void xtables_ipparse_multiple(const char *, struct in_addr **, 438 struct in_addr **, unsigned int *);
|
/external/grub/netboot/ |
D | etherboot.h | 251 in_addr; typedef 255 in_addr ipaddr; 286 in_addr src; 287 in_addr dest; 308 in_addr bp_ciaddr; 309 in_addr bp_yiaddr; 310 in_addr bp_siaddr; 311 in_addr bp_giaddr; 524 extern int inet_aton (char *p, in_addr *i);
|
/external/iproute2/include/ |
D | iptables.h | 147 extern struct in_addr *dotted_to_addr(const char *dotted); 148 extern char *addr_to_dotted(const struct in_addr *addrp); 149 extern char *addr_to_anyname(const struct in_addr *addr); 150 extern char *mask_to_dotted(const struct in_addr *mask); 152 extern void parse_hostnetworkmask(const char *name, struct in_addr **addrpp, 153 struct in_addr *maskp, unsigned int *naddrs);
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_er.h | 37 struct in_addr addr; 95 struct in_addr filter_addr; 102 void wps_er_ap_add(struct wps_er *er, const u8 *uuid, struct in_addr *addr, 104 void wps_er_ap_remove(struct wps_er *er, struct in_addr *addr); 105 int wps_er_ap_cache_settings(struct wps_er *er, struct in_addr *addr);
|
/external/dnsmasq/contrib/wrt/ |
D | dhcp_release.c | 70 struct in_addr ciaddr, yiaddr, siaddr, giaddr; 176 static int is_same_net(struct in_addr a, struct in_addr b, struct in_addr mask) in is_same_net() 181 static struct in_addr find_interface(struct in_addr client, int fd, int index) in find_interface() 230 struct in_addr netmask, addr; in find_interface() 237 addr = *((struct in_addr *)(rta+1)); in find_interface() 250 struct in_addr server, lease; in main()
|
/external/iptables/iptables/ |
D | xtables.c | 1081 const char *xtables_ipaddr_to_numeric(const struct in_addr *addrp) in xtables_ipaddr_to_numeric() 1090 static const char *ipaddr_to_host(const struct in_addr *addr) in ipaddr_to_host() 1094 host = gethostbyaddr(addr, sizeof(struct in_addr), AF_INET); in ipaddr_to_host() 1101 static const char *ipaddr_to_network(const struct in_addr *addr) in ipaddr_to_network() 1111 const char *xtables_ipaddr_to_anyname(const struct in_addr *addr) in xtables_ipaddr_to_anyname() 1122 const char *xtables_ipmask_to_numeric(const struct in_addr *mask) in xtables_ipmask_to_numeric() 1147 static struct in_addr *__numeric_to_ipaddr(const char *dotted, bool is_mask) in __numeric_to_ipaddr() 1149 static struct in_addr addr; in __numeric_to_ipaddr() 1193 struct in_addr *xtables_numeric_to_ipaddr(const char *dotted) in xtables_numeric_to_ipaddr() 1198 struct in_addr *xtables_numeric_to_ipmask(const char *dotted) in xtables_numeric_to_ipmask() [all …]
|