Lines Matching defs:netif
146 struct net_group *get_net_group_from_netif(struct netif *netif) { in get_net_group_from_netif()
164 netif_loopif_init(struct netif *netif) in netif_loopif_init()
279 netif_add_noaddr(struct netif *netif, struct net_group *group, void *state, netif_init_fn init, net… in netif_add_noaddr()
324 netif_add(struct netif *netif, struct net_group *group,
540 netif_do_set_ipaddr(struct netif *netif, const ip4_addr_t *ipaddr, ip_addr_t *old_addr)
583 netif_set_ipaddr(struct netif *netif, const ip4_addr_t *ipaddr)
606 netif_do_set_netmask(struct netif *netif, const ip4_addr_t *netmask, ip_addr_t *old_nm)
643 netif_set_netmask(struct netif *netif, const ip4_addr_t *netmask)
670 netif_do_set_gw(struct netif *netif, const ip4_addr_t *gw, ip_addr_t *old_gw)
704 netif_set_gw(struct netif *netif, const ip4_addr_t *gw)
741 netif_set_addr(struct netif *netif, const ip4_addr_t *ipaddr, const ip4_addr_t *netmask,
820 netif_remove(struct netif *netif)
929 netif_set_default(struct netif *netif, struct net_group *group)
954 netif_set_default2(struct netif *netif)
965 netif_set_up(struct netif *netif)
996 netif_issue_reports(struct netif *netif, u8_t report_type)
1040 netif_set_down(struct netif *netif)
1078 netif_set_status_callback(struct netif *netif, netif_status_callback_fn status_callback)
1094 netif_set_remove_callback(struct netif *netif, netif_status_callback_fn remove_callback)
1109 netif_set_link_up(struct netif *netif)
1147 netif_set_link_down(struct netif *netif)
1176 netif_set_link_callback(struct netif *netif, netif_status_callback_fn link_callback)
1203 netif_loop_output(struct netif *netif, struct pbuf *p)
1313 netif_loop_output_ipv4(struct netif *netif, struct pbuf *p, const ip4_addr_t *addr)
1322 netif_loop_output_ipv6(struct netif *netif, struct pbuf *p, const ip6_addr_t *addr)
1338 netif_poll(struct netif *netif)
1414 struct netif *netif; local
1458 netif_ip6_addr_set(struct netif *netif, s8_t addr_idx, const ip6_addr_t *addr6)
1480 netif_ip6_addr_set_parts(struct netif *netif, s8_t addr_idx, u32_t i0, u32_t i1, u32_t i2, u32_t i3)
1537 netif_ip6_addr_set_state(struct netif *netif, s8_t addr_idx, u8_t state)
1608 netif_get_ip6_addr_match(struct netif *netif, const ip6_addr_t *ip6addr)
1641 netif_create_ip6_linklocal_address(struct netif *netif, u8_t from_mac_48bit)
1709 netif_add_ip6_address(struct netif *netif, const ip6_addr_t *ip6addr, s8_t *chosen_idx)
1749 netif_null_output_ip6(struct netif *netif, struct pbuf *p, const ip6_addr_t *ipaddr)
1763 netif_null_output_ip4(struct netif *netif, struct pbuf *p, const ip4_addr_t *ipaddr)
1783 struct netif *netif = netif_find(name); local
1807 struct netif *netif = netif_get_by_index(idx, group); local
1834 struct netif *netif; local
1865 struct netif *netif; local
1951 netif_invoke_ext_callback(struct netif *netif, netif_nsc_reason_t reason, const netif_ext_callback_…