/lk-master/external/lib/lwip/include/lwip/ |
A D | netif.h | 136 struct netif { struct 138 struct netif *next; argument 147 netif_input_fn input; argument 151 netif_output_fn output; argument 157 /** This function is called when the netif state is set to up or down argument 183 char* hostname; 186 u16_t mtu; 188 u8_t hwaddr_len; 192 u8_t flags; 217 netif_igmp_mac_filter_fn igmp_mac_filter; argument [all …]
|
A D | netifapi.h | 52 struct netif *netif; member
|
A D | tcpip.h | 145 struct netif *netif; member
|
/lk-master/external/lib/lwip/core/ipv4/ |
A D | autoip.c | 102 #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 …]
|
A D | ip.c | 126 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
|
A D | igmp.c | 191 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()
|
A D | ip_addr.c | 55 ip4_addr_isbroadcast(u32_t addr, const struct netif *netif) in ip4_addr_isbroadcast()
|
A D | ip_frag.c | 667 ip_frag(struct pbuf *p, struct netif *netif, ip_addr_t *dest) in ip_frag()
|
/lk-master/external/lib/lwip/core/ |
A D | netif.c | 91 netif_loopif_init(struct netif *netif) in netif_loopif_init() 235 netif_remove(struct netif *netif) in netif_remove() 292 struct netif *netif; in netif_find() local 388 netif_set_gw(struct netif *netif, ip_addr_t *gw) in netif_set_gw() 430 netif_set_default(struct netif *netif) in netif_set_default() 453 void netif_set_up(struct netif *netif) in netif_set_up() 490 void netif_set_down(struct netif *netif) in netif_set_down() 535 void netif_set_link_up(struct netif *netif ) in netif_set_link_up() 574 void netif_set_link_down(struct netif *netif ) in netif_set_link_down() 698 netif_poll(struct netif *netif) in netif_poll() [all …]
|
A D | dhcp.c | 225 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 …]
|
A D | udp.c | 504 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
|
A D | raw.c | 206 struct netif *netif; in raw_sendto() local
|
/lk-master/external/lib/lwip/netif/ |
A D | etharp.c | 114 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 …]
|
A D | slipif.c | 115 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()
|
/lk-master/platform/armemu/ |
A D | net.c | 83 low_level_init(struct netif *netif) { in low_level_init() 116 low_level_output(struct netif *netif, struct pbuf *p) { in low_level_output() 165 low_level_input(struct netif *netif) { in low_level_input() 238 ethernetif_output(struct netif *netif, struct pbuf *p, in ethernetif_output() 258 ethernetif_input(struct netif *netif) { in ethernetif_input() 303 struct netif *netif = (struct netif *)arg; in ethernet_int() local 322 ethernetif_init(struct netif *netif) { in ethernetif_init() 350 struct netif *netif = calloc(sizeof(struct netif), 1); in ethernet_init() local
|
/lk-master/external/lib/lwip/core/ipv6/ |
A D | ip6.c | 77 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
|
/lk-master/external/lib/lwip/ |
A D | netif.c | 17 struct netif netif; member 24 static err_t local_linkoutput(struct netif *netif, struct pbuf *p) in local_linkoutput() 43 static void local_netif_status(struct netif *netif) in local_netif_status() 72 static err_t local_netif_init(struct netif *netif) in local_netif_init()
|
/lk-master/external/lib/lwip/api/ |
A D | netifapi.c | 98 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()
|
/lk-master/external/lib/lwip/netif/ppp/ |
A D | ppp_oe.c | 285 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()
|
A D | ppp.c | 216 struct netif netif; member 810 pppifOutput(struct netif *netif, struct pbuf *pb, ip_addr_t *ipaddr) in pppifOutput() 1323 pppifNetifInit(struct netif *netif) in pppifNetifInit()
|
/lk-master/external/lib/lwip/include/ipv4/lwip/ |
A D | igmp.h | 76 struct netif *netif; member
|
A D | ip_addr.h | 202 #define ip_addr_isbroadcast(ipaddr, netif) ip4_addr_isbroadcast((ipaddr)->addr, (netif)) argument
|
/lk-master/external/lib/lwip/core/snmp/ |
A D | mib_structs.c | 95 snmp_ifindextonetif(s32_t ifindex, struct netif **netif) in snmp_ifindextonetif() 116 snmp_netiftoifindex(struct netif *netif, s32_t *ifidx) in snmp_netiftoifindex()
|
A D | mib2.c | 2395 struct netif *netif; in ifentry_get_object_def() local 2463 struct netif *netif; in ifentry_get_value() local 2620 struct netif *netif; in ifentry_set_test() local 2643 struct netif *netif; in ifentry_set_value() local 2729 struct netif *netif; in atentry_get_value() local 3075 struct netif *netif = netif_list; in ip_addrentry_get_value() local 3213 struct netif *netif; in ip_rteentry_get_value() local 3420 struct netif *netif; in ip_ntomentry_get_value() local
|
/lk-master/external/lib/lwip/include/netif/ |
A D | etharp.h | 192 #define etharp_gratuitous(netif) etharp_request((netif), &(netif)->ip_addr) argument
|