Home
last modified time | relevance | path

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

12

/lib/liblwip/src/include/lwip/
Dnetif.h136 struct netif { struct
138 struct netif *next; argument
147 netif_input_fn input; argument
151 netif_output_fn output; argument
155 netif_linkoutput_fn linkoutput; argument
157 /** This function is called when the netif state is set to up or down argument
159 netif_status_callback_fn status_callback; argument
164 netif_status_callback_fn link_callback; argument
168 netif_status_callback_fn remove_callback; argument
174 /** the DHCP client state information for this netif */ argument
[all …]
Dnetifapi.h52 struct netif *netif; member
Dtcpip.h145 struct netif *netif; member
/lib/liblwip/src/core/ipv4/
Dautoip.c90 #define LWIP_AUTOIP_RAND(netif) ( (((u32_t)((netif->hwaddr[5]) & 0xff) << 24) | \ argument
102 #define LWIP_AUTOIP_CREATE_SEED_ADDR(netif) \ argument
133 autoip_set_struct(struct netif *netif, struct autoip *autoip) in autoip_set_struct()
150 autoip_restart(struct netif *netif) in autoip_restart()
160 autoip_handle_arp_conflict(struct netif *netif) in autoip_handle_arp_conflict()
196 autoip_create_addr(struct netif *netif, ip_addr_t *ipaddr) in autoip_create_addr()
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()
[all …]
Dip.c126 struct netif *netif; in ip_route() local
204 struct netif *netif; in ip_forward() local
308 struct netif *netif; local
643 u8_t proto, struct netif *netif)
656 u8_t ttl, u8_t tos, u8_t proto, struct netif *netif, void *ip_options,
821 struct netif *netif; local
860 struct netif *netif; local
Digmp.c191 igmp_start(struct netif *netif) in igmp_start()
223 igmp_stop(struct netif *netif) in igmp_stop()
267 igmp_report_groups(struct netif *netif) in igmp_report_groups()
519 struct netif *netif; in igmp_joingroup() local
589 struct netif *netif; in igmp_leavegroup() local
745 igmp_ip_output_if(struct pbuf *p, ip_addr_t *src, ip_addr_t *dest, struct netif *netif) in igmp_ip_output_if()
Dip_addr.c55 ip4_addr_isbroadcast(u32_t addr, const struct netif *netif) in ip4_addr_isbroadcast()
/lib/liblwip/src/core/
Dnetif.c91 netif_loopif_init(struct netif *netif) in netif_loopif_init()
139 netif_add(struct netif *netif, ip_addr_t *ipaddr, ip_addr_t *netmask, in netif_add()
221 netif_set_addr(struct netif *netif, ip_addr_t *ipaddr, ip_addr_t *netmask, in netif_set_addr()
235 netif_remove(struct netif *netif) in netif_remove()
292 struct netif *netif; in netif_find() local
323 netif_set_ipaddr(struct netif *netif, ip_addr_t *ipaddr) in netif_set_ipaddr()
388 netif_set_gw(struct netif *netif, ip_addr_t *gw) in netif_set_gw()
409 netif_set_netmask(struct netif *netif, ip_addr_t *netmask) in netif_set_netmask()
430 netif_set_default(struct netif *netif) in netif_set_default()
453 void netif_set_up(struct netif *netif) in netif_set_up()
[all …]
Ddhcp.c104 #define DHCP_MAX_MSG_LEN(netif) (netif->mtu) argument
197 dhcp_handle_nak(struct netif *netif) in dhcp_handle_nak()
225 dhcp_check(struct netif *netif) in dhcp_check()
252 dhcp_handle_offer(struct netif *netif) in dhcp_handle_offer()
283 dhcp_select(struct netif *netif) in dhcp_select()
339 struct netif *netif = netif_list; in dhcp_coarse_tmr() local
371 struct netif *netif = netif_list; in dhcp_fine_tmr() local
402 dhcp_timeout(struct netif *netif) in dhcp_timeout()
465 dhcp_t1_timeout(struct netif *netif) in dhcp_t1_timeout()
487 dhcp_t2_timeout(struct netif *netif) in dhcp_t2_timeout()
[all …]
Dudp.c504 struct netif *netif; local
550 ip_addr_t *dst_ip, u16_t dst_port, struct netif *netif)
559 u16_t dst_port, struct netif *netif, u8_t have_chksum,
871 struct netif *netif; local
Draw.c206 struct netif *netif; in raw_sendto() local
/lib/liblwip/src/arch/
Detherif.c91 low_level_init(struct netif *netif) in low_level_init()
134 low_level_output(struct netif *netif, struct pbuf *p) in low_level_output()
185 low_level_input(struct netif *netif) in low_level_input()
256 ethernetif_input(struct netif *netif) in ethernetif_input()
298 struct netif *netif = (struct netif *)arg; in ethernetif_thread() local
319 ethernetif_init(struct netif *netif) in ethernetif_init()
/lib/liblwip/src/netif/
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()
Detharp.c114 struct netif *netif; member
135 #define ETHARP_SET_HINT(netif, hint) if (((netif) != NULL) && ((netif)->addr_hint != NULL)) \ argument
138 #define ETHARP_SET_HINT(netif, hint) (etharp_cached_entry = (hint)) argument
415 etharp_send_ip(struct netif *netif, struct pbuf *p, struct eth_addr *src, struct eth_addr *dst) in etharp_send_ip()
448 etharp_update_arp_entry(struct netif *netif, ip_addr_t *ipaddr, struct eth_addr *ethaddr, u8_t flag…
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)
688 etharp_arp_input(struct netif *netif, struct eth_addr *ethaddr, struct pbuf *p)
[all …]
/lib/liblwip/src/core/ipv6/
Dip6.c77 struct netif *netif; in ip_route() local
98 struct netif *netif; in ip_forward() local
159 struct netif *netif; in ip_input() local
262 u8_t proto, struct netif *netif) in ip_output_if()
320 struct netif *netif; in ip_output() local
335 struct netif *netif; in ip_output_hinted() local
/lib/liblwip/src/api/
Dnetifapi.c98 netifapi_netif_add(struct netif *netif, in netifapi_netif_add()
126 netifapi_netif_set_addr(struct netif *netif, in netifapi_netif_set_addr()
148 netifapi_netif_common(struct netif *netif, netifapi_void_fn voidfunc, in netifapi_netif_common()
/lib/liblwip/test/unit/tcp/
Dtest_tcp.c83 struct netif netif; in START_TEST() local
125 struct netif netif; in START_TEST() local
312 struct netif netif; in START_TEST() local
410 struct netif netif; in START_TEST() local
499 struct netif netif; in test_tcp_tx_full_window_lost() local
Dtest_tcp_oos.c152 struct netif netif; in START_TEST() local
292 struct netif netif; in START_TEST() local
462 struct netif netif; in START_TEST() local
552 struct netif netif; in START_TEST() local
631 struct netif netif; in START_TEST() local
732 struct netif netif; in test_tcp_recv_ooseq_double_FINs() local
Dtcp_helper.c254 static err_t test_tcp_netif_output(struct netif *netif, struct pbuf *p, in test_tcp_netif_output()
276 void test_tcp_init_netif(struct netif *netif, struct test_tcp_txcounters *txcounters, in test_tcp_init_netif()
/tests/
Dlwiptest.c9 static struct netif netif; variable
/lib/liblwip/test/unit/etharp/
Dtest_etharp.c34 default_netif_linkoutput(struct netif *netif, struct pbuf *p) in default_netif_linkoutput()
43 default_netif_init(struct netif *netif) in default_netif_init()
/lib/liblwip/src/include/ipv4/lwip/
Digmp.h76 struct netif *netif; member
/lib/liblwip/src/netif/ppp/
Dppp_oe.c285 pppoe_dispatch_disc_pkt(struct netif *netif, struct pbuf *pb) in pppoe_dispatch_disc_pkt()
550 pppoe_disc_input(struct netif *netif, struct pbuf *p) in pppoe_disc_input()
561 pppoe_data_input(struct netif *netif, struct pbuf *pb) in pppoe_data_input()
/lib/liblwip/src/include/netif/
Detharp.h192 #define etharp_gratuitous(netif) etharp_request((netif), &(netif)->ip_addr) argument
/lib/liblwip/src/core/snmp/
Dmib_structs.c95 snmp_ifindextonetif(s32_t ifindex, struct netif **netif) in snmp_ifindextonetif()
116 snmp_netiftoifindex(struct netif *netif, s32_t *ifidx) in snmp_netiftoifindex()

12