Home
last modified time | relevance | path

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

1234567

/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dnetif.h144 struct netif { struct
146 struct netif *next; argument
155 netif_input_fn input; argument
159 netif_output_fn output; argument
165 /** This function is called when the netif state is set to up or down argument
191 char* hostname;
194 u16_t mtu;
196 u8_t hwaddr_len;
200 u8_t flags;
225 netif_igmp_mac_filter_fn igmp_mac_filter; argument
[all …]
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dnetif.h233 struct netif { struct
235 struct netif *next; argument
244 /** Array of IPv6 addresses for this netif. */ argument
252 netif_input_fn input; argument
258 netif_output_fn output; argument
263 netif_linkoutput_fn linkoutput; argument
292 /** is this netif enabled for IPv6 autoconfiguration */ argument
300 /* the hostname for this netif, NULL is a valid value */ argument
312 /** flags (@see @ref netif_flags) */ argument
326 struct stats_mib2_netif_ctrs mib2_counters; argument
[all …]
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dnetif.h262 struct netif { struct
265 struct netif *next; argument
275 /** Array of IPv6 addresses for this netif. */ argument
290 netif_input_fn input; argument
296 netif_output_fn output; argument
301 netif_linkoutput_fn linkoutput; argument
330 /* the hostname for this netif, NULL is a valid value */ argument
354 /** is this netif enabled for IPv6 autoconfiguration */ argument
369 struct stats_mib2_netif_ctrs mib2_counters; argument
382 struct netif_hint *hints; argument
[all …]
/components/net/lwip/lwip-1.4.1/src/core/ipv4/
A Dautoip.c102 #define LWIP_AUTOIP_CREATE_SEED_ADDR(netif) \ argument
150 autoip_restart(struct netif *netif) in autoip_restart()
160 autoip_handle_arp_conflict(struct netif *netif) in autoip_handle_arp_conflict()
229 autoip_arp_probe(struct netif *netif) in autoip_arp_probe()
242 autoip_arp_announce(struct netif *netif) in autoip_arp_announce()
255 autoip_bind(struct netif *netif) in autoip_bind()
285 autoip_start(struct netif *netif) in autoip_start()
333 autoip_start_probing(struct netif *netif) in autoip_start_probing()
367 autoip_network_changed(struct netif *netif) in autoip_network_changed()
381 autoip_stop(struct netif *netif) in autoip_stop()
[all …]
/components/net/lwip/lwip-2.0.3/src/core/ipv4/
A Dautoip.c88 #define LWIP_AUTOIP_CREATE_SEED_ADDR(netif) \ argument
124 autoip_restart(struct netif *netif) in autoip_restart()
135 autoip_handle_arp_conflict(struct netif *netif) in autoip_handle_arp_conflict()
203 autoip_arp_probe(struct netif *netif) in autoip_arp_probe()
216 autoip_arp_announce(struct netif *netif) in autoip_arp_announce()
227 autoip_bind(struct netif *netif) in autoip_bind()
254 autoip_start(struct netif *netif) in autoip_start()
298 autoip_start_probing(struct netif *netif) in autoip_start_probing()
332 autoip_network_changed(struct netif *netif) in autoip_network_changed()
348 autoip_stop(struct netif *netif) in autoip_stop()
[all …]
A Ddhcp.c291 dhcp_check(struct netif *netif) in dhcp_check()
352 dhcp_select(struct netif *netif) in dhcp_select()
483 dhcp_timeout(struct netif *netif) in dhcp_timeout()
721 dhcp_start(struct netif *netif) in dhcp_start()
802 dhcp_inform(struct netif *netif) in dhcp_inform()
919 dhcp_decline(struct netif *netif) in dhcp_decline()
1017 dhcp_bind(struct netif *netif) in dhcp_bind()
1127 dhcp_renew(struct netif *netif) in dhcp_renew()
1179 dhcp_rebind(struct netif *netif) in dhcp_rebind()
1229 dhcp_reboot(struct netif *netif) in dhcp_reboot()
[all …]
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
486 igmp_joingroup_netif(struct netif *netif, const ip4_addr_t *groupaddr) in igmp_joingroup_netif()
548 struct netif *netif; in igmp_leavegroup() local
581 igmp_leavegroup_netif(struct netif *netif, const ip4_addr_t *groupaddr) in igmp_leavegroup_netif()
641 struct netif *netif = netif_list; in igmp_tmr() local
666 igmp_timeout(struct netif *netif, struct igmp_group *group) in igmp_timeout()
[all …]
A Detharp.c100 struct netif *netif; member
124 #define ETHARP_SET_HINT(netif, hint) (etharp_cached_entry = (hint)) argument
258 etharp_find_entry(const ip4_addr_t *ipaddr, u8_t flags, struct netif* netif) in etharp_find_entry()
507 struct netif *netif; local
559 etharp_cleanup_netif(struct netif *netif)
583 etharp_find_addr(struct netif *netif, const ip4_addr_t *ipaddr,
641 etharp_input(struct pbuf *p, struct netif *netif)
789 etharp_output(struct netif *netif, struct pbuf *q, const ip4_addr_t *ipaddr)
930 etharp_query(struct netif *netif, const ip4_addr_t *ipaddr, struct pbuf *q)
1102 etharp_raw(struct netif *netif, const struct eth_addr *ethsrc_addr,
[all …]
/components/net/lwip/lwip-2.1.2/src/core/ipv4/
A Dautoip.c88 #define LWIP_AUTOIP_CREATE_SEED_ADDR(netif) \ argument
125 autoip_restart(struct netif *netif) in autoip_restart()
136 autoip_handle_arp_conflict(struct netif *netif) in autoip_handle_arp_conflict()
204 autoip_arp_probe(struct netif *netif) in autoip_arp_probe()
217 autoip_arp_announce(struct netif *netif) in autoip_arp_announce()
228 autoip_bind(struct netif *netif) in autoip_bind()
255 autoip_start(struct netif *netif) in autoip_start()
299 autoip_start_probing(struct netif *netif) in autoip_start_probing()
333 autoip_network_changed(struct netif *netif) in autoip_network_changed()
349 autoip_stop(struct netif *netif) in autoip_stop()
[all …]
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 …]
A Ddhcp.c303 dhcp_check(struct netif *netif) in dhcp_check()
366 dhcp_select(struct netif *netif) in dhcp_select()
432 struct netif *netif; in dhcp_coarse_tmr() local
470 struct netif *netif; in dhcp_fine_tmr() local
499 dhcp_timeout(struct netif *netif) in dhcp_timeout()
746 dhcp_start(struct netif *netif) in dhcp_start()
823 dhcp_inform(struct netif *netif) in dhcp_inform()
1049 dhcp_bind(struct netif *netif) in dhcp_bind()
1159 dhcp_renew(struct netif *netif) in dhcp_renew()
1215 dhcp_rebind(struct netif *netif) in dhcp_rebind()
[all …]
A Detharp.c99 struct netif *netif; member
123 #define ETHARP_SET_ADDRHINT(netif, addrhint) (etharp_cached_entry = (addrhint)) argument
256 etharp_find_entry(const ip4_addr_t *ipaddr, u8_t flags, struct netif *netif) in etharp_find_entry()
505 struct netif *netif; local
559 etharp_cleanup_netif(struct netif *netif)
583 etharp_find_addr(struct netif *netif, const ip4_addr_t *ipaddr,
641 etharp_input(struct pbuf *p, struct netif *netif)
791 etharp_output(struct netif *netif, struct pbuf *q, const ip4_addr_t *ipaddr)
933 etharp_query(struct netif *netif, const ip4_addr_t *ipaddr, struct pbuf *q)
1101 etharp_raw(struct netif *netif, const struct eth_addr *ethsrc_addr,
[all …]
/components/net/lwip/lwip-2.0.3/src/core/
A Dnetif.c147 netif_loopif_init(struct netif *netif) in netif_loopif_init()
248 netif_add(struct netif *netif, in netif_add()
384 netif_remove(struct netif *netif) in netif_remove()
481 struct netif *netif; in netif_find() local
626 netif_set_default(struct netif *netif) in netif_set_default()
646 netif_set_up(struct netif *netif) in netif_set_up()
709 netif_set_down(struct netif *netif) in netif_set_down()
767 netif_set_link_up(struct netif *netif) in netif_set_link_up()
797 netif_set_link_down(struct netif *netif ) in netif_set_link_down()
949 netif_poll(struct netif *netif) in netif_poll()
[all …]
/components/net/lwip/lwip-1.4.1/src/core/
A Dnetif.c98 netif_loopif_init(struct netif *netif) in netif_loopif_init()
242 netif_remove(struct netif *netif) in netif_remove()
299 struct netif *netif; in netif_find() local
400 netif_set_gw(struct netif *netif, ip_addr_t *gw) in netif_set_gw()
452 netif_set_default(struct netif *netif) in netif_set_default()
475 void netif_set_up(struct netif *netif) in netif_set_up()
517 void netif_set_down(struct netif *netif) in netif_set_down()
567 void netif_set_link_up(struct netif *netif ) in netif_set_link_up()
611 void netif_set_link_down(struct netif *netif ) in netif_set_link_down()
740 netif_poll(struct netif *netif) in netif_poll()
[all …]
A Ddhcp.c225 dhcp_check(struct netif *netif) in dhcp_check()
283 dhcp_select(struct netif *netif) in dhcp_select()
402 dhcp_timeout(struct netif *netif) in dhcp_timeout()
629 dhcp_start(struct netif *netif) in dhcp_start()
712 dhcp_inform(struct netif *netif) in dhcp_inform()
832 dhcp_decline(struct netif *netif) in dhcp_decline()
927 dhcp_bind(struct netif *netif) in dhcp_bind()
1022 dhcp_renew(struct netif *netif) in dhcp_renew()
1076 dhcp_rebind(struct netif *netif) in dhcp_rebind()
1126 dhcp_reboot(struct netif *netif) in dhcp_reboot()
[all …]
/components/net/lwip/lwip-2.1.2/src/core/
A Dnetif.c158 netif_loopif_init(struct netif *netif) in netif_loopif_init()
283 netif_add(struct netif *netif, in netif_add()
762 netif_remove(struct netif *netif) in netif_remove()
847 netif_set_default(struct netif *netif) in netif_set_default()
869 netif_set_up(struct netif *netif) in netif_set_up()
949 netif_set_down(struct netif *netif) in netif_set_down()
1023 netif_set_link_up(struct netif *netif) in netif_set_link_up()
1243 netif_poll(struct netif *netif) in netif_poll()
1315 struct netif *netif; in netif_poll_all() local
1732 struct netif *netif; in netif_get_by_index() local
[all …]
/components/net/lwip/lwip-2.1.2/src/netif/
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 …]
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()
/components/net/lwip/lwip-2.0.3/src/netif/
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
361 slipif_init(struct netif *netif) in slipif_init()
427 slipif_poll(struct netif *netif) in slipif_poll()
449 slipif_process_rxqueue(struct netif *netif) in slipif_process_rxqueue()
487 slipif_rxbyte_enqueue(struct netif *netif, u8_t data) in slipif_rxbyte_enqueue()
526 slipif_received_byte(struct netif *netif, u8_t data) in slipif_received_byte()
[all …]
/components/net/lwip/lwip-2.0.3/src/core/ipv6/
A Dmld6.c91 mld6_stop(struct netif *netif) in mld6_stop()
120 mld6_report_groups(struct netif *netif) in mld6_report_groups()
189 mld6_remove_group(struct netif *netif, struct mld_group *group) in mld6_remove_group()
307 struct netif *netif; in mld6_joingroup() local
337 mld6_joingroup_netif(struct netif *netif, const ip6_addr_t *groupaddr) in mld6_joingroup_netif()
380 struct netif *netif; in mld6_leavegroup() local
410 mld6_leavegroup_netif(struct netif *netif, const ip6_addr_t *groupaddr) in mld6_leavegroup_netif()
459 struct netif *netif = netif_list; in mld6_tmr() local
525 mld6_send(struct netif *netif, struct mld_group *group, u8_t type) in mld6_send()
/components/net/lwip/lwip-1.4.1/src/netif/
A Dslipif.c115 slipif_output(struct netif *netif, struct pbuf *p, ip_addr_t *ipaddr) in slipif_output()
170 slipif_rxbyte(struct netif *netif, u8_t c) in slipif_rxbyte()
267 slipif_rxbyte_input(struct netif *netif, u8_t c) in slipif_rxbyte_input()
290 struct netif *netif = (struct netif *)nf; in slipif_loop_thread() local
318 slipif_init(struct netif *netif) in slipif_init()
380 slipif_poll(struct netif *netif) in slipif_poll()
402 slipif_process_rxqueue(struct netif *netif) in slipif_process_rxqueue()
440 slipif_rxbyte_enqueue(struct netif *netif, u8_t data) in slipif_rxbyte_enqueue()
479 slipif_received_byte(struct netif *netif, u8_t data) in slipif_received_byte()
497 slipif_received_bytes(struct netif *netif, u8_t *data, u8_t len) in slipif_received_bytes()
A Detharp.c114 struct netif *netif; member
138 #define ETHARP_SET_HINT(netif, hint) (etharp_cached_entry = (hint)) argument
528 struct netif *netif; local
579 void etharp_cleanup_netif(struct netif *netif)
603 etharp_find_addr(struct netif *netif, ip_addr_t *ipaddr,
639 etharp_ip_input(struct netif *netif, struct pbuf *p)
879 etharp_output(struct netif *netif, struct pbuf *q, ip_addr_t *ipaddr)
1016 etharp_query(struct netif *netif, ip_addr_t *ipaddr, struct pbuf *q)
1175 etharp_raw(struct netif *netif, const struct eth_addr *ethsrc_addr,
1259 etharp_request(struct netif *netif, ip_addr_t *ipaddr)
[all …]
/components/net/lwip/lwip-2.1.2/src/core/ipv6/
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()
/components/net/lwip/lwip-2.0.3/doc/
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
/components/net/lwip/lwip-2.1.2/doc/
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

Completed in 92 milliseconds

1234567