Lines Matching refs:in_addr

455 	struct in_addr netmask;
467 struct in_addr gw;
504 struct in_addr server_id;
507 struct in_addr requested_ip;
510 struct in_addr netmask;
522 struct in_addr request_server_addr;
525 struct in_addr response_src_addr;
529 struct in_addr ntp_addr;
540 struct in_addr requested_ip;
2256 struct net_if_addr *net_if_ipv4_addr_lookup(const struct in_addr *addr,
2270 struct in_addr *addr,
2282 bool net_if_ipv4_addr_rm(struct net_if *iface, const struct in_addr *addr);
2292 __syscall int net_if_ipv4_addr_lookup_by_index(const struct in_addr *addr);
2305 struct in_addr *addr,
2318 const struct in_addr *addr);
2340 const struct in_addr *addr);
2350 bool net_if_ipv4_maddr_rm(struct net_if *iface, const struct in_addr *addr);
2373 struct net_if_mcast_addr *net_if_ipv4_maddr_lookup(const struct in_addr *addr,
2417 static inline struct in_addr *net_if_router_ipv4(struct net_if_router *router) in net_if_router_ipv4()
2423 return &router->address.in_addr; in net_if_router_ipv4()
2426 static inline struct in_addr *net_if_router_ipv4(struct net_if_router *router) in net_if_router_ipv4()
2428 static struct in_addr addr; in net_if_router_ipv4()
2446 struct in_addr *addr);
2458 struct in_addr *addr);
2470 struct in_addr *addr,
2492 const struct in_addr *addr);
2503 const struct in_addr *addr);
2515 struct net_if *net_if_ipv4_select_src_iface(const struct in_addr *dst);
2518 const struct in_addr *dst) in net_if_ipv4_select_src_iface()
2538 const struct in_addr *net_if_ipv4_select_src_addr(struct net_if *iface,
2539 const struct in_addr *dst);
2541 static inline const struct in_addr *net_if_ipv4_select_src_addr( in net_if_ipv4_select_src_addr()
2542 struct net_if *iface, const struct in_addr *dst) in net_if_ipv4_select_src_addr()
2560 struct in_addr *net_if_ipv4_get_ll(struct net_if *iface,
2572 struct in_addr *net_if_ipv4_get_global_addr(struct net_if *iface,
2584 struct in_addr net_if_ipv4_get_netmask_by_addr(struct net_if *iface,
2585 const struct in_addr *addr);
2596 __deprecated struct in_addr net_if_ipv4_get_netmask(struct net_if *iface);
2607 const struct in_addr *netmask);
2620 const struct in_addr *netmask);
2632 const struct in_addr *addr,
2633 const struct in_addr *netmask);
2645 const struct in_addr *addr,
2646 const struct in_addr *netmask);
2655 struct in_addr net_if_ipv4_get_gw(struct net_if *iface);
2663 void net_if_ipv4_set_gw(struct net_if *iface, const struct in_addr *gw);
2673 __syscall bool net_if_ipv4_set_gw_by_index(int index, const struct in_addr *gw);