Home
last modified time | relevance | path

Searched defs:netif (Results 1 – 25 of 77) sorted by relevance

1234

/reactos/drivers/network/tcpip/lwip/src/include/lwip/
H A Dnetif.h269 struct netif { struct
272 struct netif *next; argument
282 /** Array of IPv6 addresses for this netif. */ argument
297 netif_input_fn input; argument
303 netif_output_fn output; argument
308 netif_linkoutput_fn linkoutput; argument
337 /* the hostname for this netif, NULL is a valid value */ argument
361 /** is this netif enabled for IPv6 autoconfiguration */ argument
376 struct stats_mib2_netif_ctrs mib2_counters; argument
392 struct netif_hint *hints; argument
[all …]
H A Dip.h247 #define ip_output_if(p, src, dest, ttl, tos, proto, netif) \ argument
255 #define ip_output_if_src(p, src, dest, ttl, tos, proto, netif) \ argument
260 #define ip_output_if_hdrincl(p, src, dest, netif) \ argument
281 #define ip_netif_get_local_ip(netif, dest) (IP_IS_V6(dest) ? \ argument
292 #define ip_output_if(p, src, dest, ttl, tos, proto, netif) \ argument
298 #define ip_output_if_hdrincl(p, src, dest, netif) \ argument
302 #define ip_netif_get_local_ip(netif, dest) \ argument
312 #define ip_output_if(p, src, dest, ttl, tos, proto, netif) \ argument
318 #define ip_output_if_hdrincl(p, src, dest, netif) \ argument
322 #define ip_netif_get_local_ip(netif, dest) \ argument
[all …]
H A Dip6_zone.h200 #define ip6_addr_assign_zone(ip6addr, type, netif) \ argument
223 #define ip6_addr_test_zone(ip6addr, netif) \ argument
287 #define IP6_ADDR_ZONECHECK_NETIF(ip6addr, netif) LWIP_ASSERT("IPv6 netif zone check failed", \ argument
296 #define IP6_ADDR_ZONECHECK_NETIF(ip6addr, netif) argument
/reactos/drivers/network/tcpip/lwip/src/core/ipv4/
H A Dautoip.c77 #define LWIP_AUTOIP_CREATE_SEED_ADDR(netif) \ argument
98 autoip_set_struct(struct netif *netif, struct autoip *autoip) in autoip_set_struct()
119 autoip_remove_struct(struct netif *netif) in autoip_remove_struct()
134 autoip_restart(struct netif *netif) in autoip_restart()
149 autoip_create_addr(struct netif *netif, ip4_addr_t *ipaddr) in autoip_create_addr()
185 autoip_bind(struct netif *netif) in autoip_bind()
243 autoip_start(struct netif *netif) in autoip_start()
301 autoip_network_changed_link_up(struct netif *netif) in autoip_network_changed_link_up()
322 autoip_network_changed_link_down(struct netif *netif) in autoip_network_changed_link_down()
340 autoip_stop(struct netif *netif) in autoip_stop()
[all …]
H A Dacd.c80 #define LWIP_ACD_RAND(netif, acd) LWIP_RAND() argument
95 #define ACD_RANDOM_PROBE_WAIT(netif, acd) (LWIP_ACD_RAND(netif, acd) % \ argument
118 acd_add(struct netif *netif, struct acd *acd, in acd_add()
152 acd_remove(struct netif *netif, struct acd *acd) in acd_remove()
182 acd_start(struct netif *netif, struct acd *acd, ip4_addr_t ipaddr) in acd_start()
227 acd_network_changed_link_down(struct netif *netif) in acd_network_changed_link_down()
242 struct netif *netif; in acd_tmr() local
344 acd_restart(struct netif *netif, struct acd *acd) in acd_restart()
376 acd_arp_reply(struct netif *netif, struct etharp_hdr *hdr) in acd_arp_reply()
442 acd_handle_arp_conflict(struct netif *netif, struct acd *acd) in acd_handle_arp_conflict()
[all …]
H A Digmp.c128 igmp_start(struct netif *netif) in igmp_start()
160 igmp_stop(struct netif *netif) in igmp_stop()
192 igmp_report_groups(struct netif *netif) in igmp_report_groups()
295 igmp_remove_group(struct netif *netif, struct igmp_group *group) in igmp_remove_group()
452 struct netif *netif; in igmp_joingroup() local
485 igmp_joingroup_netif(struct netif *netif, const ip4_addr_t *groupaddr) in igmp_joingroup_netif()
549 struct netif *netif; in igmp_leavegroup() local
581 igmp_leavegroup_netif(struct netif *netif, const ip4_addr_t *groupaddr) in igmp_leavegroup_netif()
643 struct netif *netif; in igmp_tmr() local
667 igmp_timeout(struct netif *netif, struct igmp_group *group) in igmp_timeout()
[all …]
H A Detharp.c100 struct netif *netif; member
257 etharp_find_entry(const ip4_addr_t *ipaddr, u8_t flags, struct netif *netif) in etharp_find_entry()
506 struct netif *netif; local
560 etharp_cleanup_netif(struct netif *netif)
584 etharp_find_addr(struct netif *netif, const ip4_addr_t *ipaddr,
642 etharp_input(struct pbuf *p, struct netif *netif)
934 etharp_query(struct netif *netif, const ip4_addr_t *ipaddr, struct pbuf *q)
1110 etharp_raw(struct netif *netif, const struct eth_addr *ethsrc_addr,
1207 etharp_request(struct netif *netif, const ip4_addr_t *ipaddr)
1225 etharp_acd_probe(struct netif *netif, const ip4_addr_t *ipaddr)
[all …]
H A Ddhcp.c393 dhcp_check(struct netif *netif) in dhcp_check()
446 dhcp_select(struct netif *netif) in dhcp_select()
512 struct netif *netif; in dhcp_coarse_tmr() local
550 struct netif *netif; in dhcp_fine_tmr() local
579 dhcp_timeout(struct netif *netif) in dhcp_timeout()
810 dhcp_start(struct netif *netif) in dhcp_start()
894 dhcp_inform(struct netif *netif) in dhcp_inform()
1083 dhcp_bind(struct netif *netif) in dhcp_bind()
1157 dhcp_renew(struct netif *netif) in dhcp_renew()
1213 dhcp_rebind(struct netif *netif) in dhcp_rebind()
[all …]
H A Dip4.c133 struct netif *netif = LWIP_HOOK_IP4_ROUTE_SRC(src, dest); in ip4_route_src() local
155 struct netif *netif; in ip4_route() local
283 struct netif *netif; in ip4_forward() local
408 ip4_input_accept(struct netif *netif) in ip4_input_accept()
463 struct netif *netif; local
823 u8_t proto, struct netif *netif)
837 u8_t ttl, u8_t tos, u8_t proto, struct netif *netif, void *ip_options,
863 u8_t proto, struct netif *netif)
875 u8_t ttl, u8_t tos, u8_t proto, struct netif *netif, void *ip_options,
1065 struct netif *netif; local
[all …]
/reactos/drivers/network/tcpip/lwip/src/core/
H A Dnetif.c162 netif_loopif_init(struct netif *netif) in netif_loopif_init()
287 netif_add(struct netif *netif, in netif_add()
764 netif_remove(struct netif *netif) in netif_remove()
849 netif_set_default(struct netif *netif) in netif_set_default()
871 netif_set_up(struct netif *netif) in netif_set_up()
949 netif_set_down(struct netif *netif) in netif_set_down()
1018 netif_set_link_up(struct netif *netif) in netif_set_link_up()
1252 netif_poll(struct netif *netif) in netif_poll()
1324 struct netif *netif; in netif_poll_all() local
1732 struct netif *netif; in netif_get_by_index() local
[all …]
/reactos/drivers/network/tcpip/lwip/src/netif/
H A Dslipif.c116 slipif_output(struct netif *netif, struct pbuf *p) in slipif_output()
172 slipif_output_v4(struct netif *netif, struct pbuf *p, const ip4_addr_t *ipaddr) in slipif_output_v4()
207 slipif_rxbyte(struct netif *netif, u8_t c) in slipif_rxbyte()
310 slipif_rxbyte_input(struct netif *netif, u8_t c) in slipif_rxbyte_input()
333 struct netif *netif = (struct netif *)nf; in slipif_loop_thread() local
360 slipif_init(struct netif *netif) in slipif_init()
426 slipif_poll(struct netif *netif) in slipif_poll()
449 slipif_process_rxqueue(struct netif *netif) in slipif_process_rxqueue()
488 slipif_rxbyte_enqueue(struct netif *netif, u8_t data) in slipif_rxbyte_enqueue()
528 slipif_received_byte(struct netif *netif, u8_t data) in slipif_received_byte()
[all …]
H A Dlowpan6_ble.c176 rfc7668_set_local_addr_eui64(struct netif *netif, const u8_t *local_addr, size_t local_addr_len) in rfc7668_set_local_addr_eui64()
187 rfc7668_set_local_addr_mac48(struct netif *netif, const u8_t *local_addr, size_t local_addr_len, in… in rfc7668_set_local_addr_mac48()
198 rfc7668_set_peer_addr_eui64(struct netif *netif, const u8_t *peer_addr, size_t peer_addr_len) in rfc7668_set_peer_addr_eui64()
209 rfc7668_set_peer_addr_mac48(struct netif *netif, const u8_t *peer_addr, size_t peer_addr_len, int i… in rfc7668_set_peer_addr_mac48()
230 rfc7668_compress(struct netif *netif, struct pbuf *p) in rfc7668_compress()
328 rfc7668_output(struct netif *netif, struct pbuf *q, const ip6_addr_t *ip6addr) in rfc7668_output()
347 rfc7668_input(struct pbuf * p, struct netif *netif) in rfc7668_input()
410 rfc7668_if_init(struct netif *netif) in rfc7668_if_init()
H A Dethernet.c81 ethernet_input(struct pbuf *p, struct netif *netif)
270 ethernet_output(struct netif * netif, struct pbuf * p,
/reactos/drivers/network/tcpip/lwip/src/core/ipv6/
H A Dmld6.c96 mld6_stop(struct netif *netif) in mld6_stop()
125 mld6_report_groups(struct netif *netif) in mld6_report_groups()
194 mld6_remove_group(struct netif *netif, struct mld_group *group) in mld6_remove_group()
318 struct netif *netif; in mld6_joingroup() local
347 mld6_joingroup_netif(struct netif *netif, const ip6_addr_t *groupaddr) in mld6_joingroup_netif()
407 struct netif *netif; in mld6_leavegroup() local
437 mld6_leavegroup_netif(struct netif *netif, const ip6_addr_t *groupaddr) in mld6_leavegroup_netif()
498 struct netif *netif; in mld6_tmr() local
563 mld6_send(struct netif *netif, struct mld_group *group, u8_t type) in mld6_send()
H A Ddhcp6.c185 dhcp6_set_struct(struct netif *netif, struct dhcp6 *dhcp6) in dhcp6_set_struct()
206 void dhcp6_cleanup(struct netif *netif) in dhcp6_cleanup()
217 dhcp6_get_struct(struct netif *netif, const char *dbg_requester) in dhcp6_get_struct()
299 dhcp6_enable_stateful(struct netif *netif) in dhcp6_enable_stateful()
316 dhcp6_enable_stateless(struct netif *netif) in dhcp6_enable_stateless()
346 dhcp6_disable(struct netif *netif) in dhcp6_disable()
452 dhcp6_information_request(struct netif *netif, struct dhcp6 *dhcp6) in dhcp6_information_request()
499 dhcp6_request_config(struct netif *netif, struct dhcp6 *dhcp6) in dhcp6_request_config()
700 struct netif *netif = ip_current_input_netif(); in dhcp6_recv() local
775 dhcp6_timeout(struct netif *netif, struct dhcp6 *dhcp6) in dhcp6_timeout()
[all …]
H A Dnd6.c162 nd6_duplicate_addr_detected(struct netif *netif, s8_t addr_idx) in nd6_duplicate_addr_detected()
201 nd6_process_autoconfig_prefix(struct netif *netif, in nd6_process_autoconfig_prefix()
977 struct netif *netif; in nd6_tmr() local
1356 nd6_send_rs(struct netif *netif) in nd6_send_rs()
1697 nd6_select_router(const ip6_addr_t *ip6addr, struct netif *netif) in nd6_select_router()
1771 struct netif *netif; in nd6_find_route() local
1805 nd6_get_router(const ip6_addr_t *router_addr, struct netif *netif) in nd6_get_router()
1832 nd6_new_router(const ip6_addr_t *router_addr, struct netif *netif) in nd6_new_router()
1895 nd6_get_onlink_prefix(const ip6_addr_t *prefix, struct netif *netif) in nd6_get_onlink_prefix()
2402 nd6_cleanup_netif(struct netif *netif) in nd6_cleanup_netif()
[all …]
H A Dip6.c283 ip6_select_source_address(struct netif *netif, const ip6_addr_t *dest) in ip6_select_source_address()
368 struct netif *netif; in ip6_forward() local
469 ip6_input_accept(struct netif *netif) in ip6_input_accept()
512 struct netif *netif; local
1151 u8_t nexth, struct netif *netif)
1175 u8_t nexth, struct netif *netif)
1294 struct netif *netif; local
1353 struct netif *netif; local
/reactos/drivers/network/tcpip/lwip/src/apps/mdns/
H A Dmdns_out.c256 struct netif *netif) in mdns_add_a_answer()
815 struct netif *netif = (struct netif*)arg; in mdns_multicast_timeout_reset_ipv4() local
832 struct netif *netif = (struct netif*)arg; in mdns_multicast_probe_timeout_reset_ipv4() local
863 struct netif *netif = (struct netif*)arg; in mdns_multicast_timeout_25ttl_reset_ipv4() local
879 struct netif *netif = (struct netif*)arg; in mdns_send_multicast_msg_delayed_ipv4() local
903 struct netif *netif = (struct netif*)arg; in mdns_send_unicast_msg_delayed_ipv4() local
952 struct netif *netif = (struct netif*)arg; in mdns_multicast_timeout_reset_ipv6() local
969 struct netif *netif = (struct netif*)arg; in mdns_multicast_probe_timeout_reset_ipv6() local
1000 struct netif *netif = (struct netif*)arg; in mdns_multicast_timeout_25ttl_reset_ipv6() local
1016 struct netif *netif = (struct netif*)arg; in mdns_send_multicast_msg_delayed_ipv6() local
[all …]
H A Dmdns.c222 netif_mdns_data(struct netif *netif) { in netif_mdns_data()
526 mdns_announce(struct netif *netif, const ip_addr_t *destination) in mdns_announce()
1739 mdns_conflict_save_time(struct netif *netif) in mdns_conflict_save_time()
1779 mdns_probe_conflict(struct netif *netif, s8_t slot) in mdns_probe_conflict()
2288 struct netif *netif = (struct netif *)arg; in mdns_probe_and_announce() local
2430 mdns_resp_remove_netif(struct netif *netif) in mdns_resp_remove_netif()
2499 mdns_resp_netif_active(struct netif *netif) in mdns_resp_netif_active()
2566 mdns_resp_del_service(struct netif *netif, u8_t slot) in mdns_resp_del_service()
2721 mdns_resp_announce(struct netif *netif) in mdns_resp_announce()
2765 mdns_resp_restart_delay(struct netif *netif, uint32_t delay) in mdns_resp_restart_delay()
[all …]
/reactos/drivers/network/tcpip/lwip/doc/
H A DNO_SYS_SampleCode.c22 netif_output(struct netif *netif, struct pbuf *p) in netif_output()
44 netif_status_callback(struct netif *netif) in netif_status_callback()
50 netif_init(struct netif *netif) in netif_init()
68 struct netif netif; in main() local
/reactos/drivers/network/tcpip/lwip/test/unit/tcp/
H A Dtest_tcp.c105 struct netif netif; in START_TEST() local
167 struct netif netif; in START_TEST() local
213 struct netif netif; in START_TEST() local
305 struct netif netif; in START_TEST() local
339 struct netif netif; in START_TEST() local
389 struct netif netif; in START_TEST() local
448 struct netif netif; in START_TEST() local
630 struct netif netif; in START_TEST() local
719 struct netif netif; in START_TEST() local
796 struct netif netif; in test_tcp_tx_full_window_lost() local
[all …]
/reactos/drivers/network/tcpip/lwip/test/unit/core/
H A Dtest_netif.c32 testif_tx_func(struct netif *netif, struct pbuf *p) in testif_tx_func()
40 testif_init(struct netif *netif) in testif_init()
67 test_netif_ext_callback_dummy(struct netif* netif, netif_nsc_reason_t reason, const netif_ext_callb… in test_netif_ext_callback_dummy()
77 test_netif_ext_callback(struct netif* netif, netif_nsc_reason_t reason, const netif_ext_callback_ar… in test_netif_ext_callback()
/reactos/drivers/network/tcpip/lwip/src/apps/snmp/
H A Dsnmp_mib2_interfaces.c68 struct netif *netif; in interfaces_get_value() local
98 struct netif *netif; in interfaces_Table_get_cell_instance() local
126 struct netif *netif; in interfaces_Table_get_next_cell_instance() local
159 struct netif *netif = (struct netif *)instance->reference.ptr; in interfaces_Table_get_value() local
295 struct netif *netif = (struct netif *)instance->reference.ptr; in interfaces_Table_set_value() local
H A Dsnmp_mib2_ip.c210 ip_AddrTable_get_cell_value_core(struct netif *netif, const u32_t *column, union snmp_variant_value… in ip_AddrTable_get_cell_value_core()
254 struct netif *netif; in ip_AddrTable_get_cell_value() local
279 struct netif *netif; in ip_AddrTable_get_next_cell_instance_and_value() local
317 ip_RouteTable_get_cell_value_core(struct netif *netif, u8_t default_route, const u32_t *column, uni… in ip_RouteTable_get_cell_value_core()
399 struct netif *netif; in ip_RouteTable_get_cell_value() local
433 struct netif *netif; in ip_RouteTable_get_next_cell_instance_and_value() local
488 struct netif *netif; in ip_NetToMediaTable_get_cell_value_core() local
534 struct netif *netif; in ip_NetToMediaTable_get_cell_value() local
562 struct netif *netif; in ip_NetToMediaTable_get_next_cell_instance_and_value() local
/reactos/drivers/network/tcpip/lwip/test/unit/mqtt/
H A Dtest_mqtt.c12 static err_t test_mqtt_netif_output(struct netif *netif, struct pbuf *p, in test_mqtt_netif_output()
22 test_mqtt_init_netif(struct netif *netif, const ip_addr_t *ip_addr, const ip_addr_t *netmask) in test_mqtt_init_netif()
74 struct netif netif; in START_TEST() local

1234