Home
last modified time | relevance | path

Searched refs:ip_addr_t (Results 26 – 50 of 58) sorted by relevance

123

/lib/liblwip/src/netif/
Detharp.c113 ip_addr_t ipaddr;
266 etharp_find_entry(ip_addr_t *ipaddr, u8_t flags) in etharp_find_entry()
448 etharp_update_arp_entry(struct netif *netif, ip_addr_t *ipaddr, struct eth_addr *ethaddr, u8_t flag…
526 etharp_add_static_entry(ip_addr_t *ipaddr, struct eth_addr *ethaddr)
551 etharp_remove_static_entry(ip_addr_t *ipaddr)
603 etharp_find_addr(struct netif *netif, ip_addr_t *ipaddr,
604 struct eth_addr **eth_ret, ip_addr_t **ip_ret)
643 ip_addr_t iphdr_src;
693 ip_addr_t sipaddr, dipaddr;
724 (hdr->protolen != sizeof(ip_addr_t)) ||
[all …]
/lib/liblwip/src/include/lwip/
Dsnmp_msg.h226 ip_addr_t sip;
265 ip_addr_t dip;
293 void snmp_trap_dst_ip_set(u8_t dst_idx, ip_addr_t *dst);
Dnetbuf.h50 ip_addr_t addr;
58 ip_addr_t toaddr;
Dtcp.h342 err_t tcp_bind (struct tcp_pcb *pcb, ip_addr_t *ipaddr,
344 err_t tcp_connect (struct tcp_pcb *pcb, ip_addr_t *ipaddr,
Dsnmp.h124 void snmp_insert_arpidx_tree(struct netif *ni, ip_addr_t *ip);
125 void snmp_delete_arpidx_tree(struct netif *ni, ip_addr_t *ip);
Dsnmp_structs.h243 void snmp_oidtoip(s32_t *ident, ip_addr_t *ip);
244 void snmp_iptooid(ip_addr_t *ip, s32_t *ident);
Dtcp_impl.h445 ip_addr_t *local_ip, ip_addr_t *remote_ip,
454 u16_t tcp_eff_send_mss(u16_t sendmss, ip_addr_t *addr);
/lib/liblwip/src/core/ipv4/
Dinet_chksum.c273 ip_addr_t *src, ip_addr_t *dest, in inet_chksum_pseudo()
333 ip_addr_t *src, ip_addr_t *dest, in inet_chksum_pseudo_partial()
Dautoip.c111 static void autoip_create_addr(struct netif *netif, ip_addr_t *ipaddr);
196 autoip_create_addr(struct netif *netif, ip_addr_t *ipaddr) in autoip_create_addr()
258 ip_addr_t sn_mask, gw_addr; in autoip_bind()
487 ip_addr_t sipaddr, dipaddr; in autoip_arp_reply()
Dicmp.c297 ip_addr_t iphdr_src; in icmp_send_response()
/lib/liblwip/src/api/
Dapi_lib.c135 netconn_getaddr(struct netconn *conn, ip_addr_t *addr, u16_t *port, u8_t local) in netconn_getaddr()
166 netconn_bind(struct netconn *conn, ip_addr_t *addr, u16_t port) in netconn_bind()
192 netconn_connect(struct netconn *conn, ip_addr_t *addr, u16_t port) in netconn_connect()
549 netconn_sendto(struct netconn *conn, struct netbuf *buf, ip_addr_t *addr, u16_t port) in netconn_sendto()
720 ip_addr_t *multiaddr, in netconn_join_leave_group()
721 ip_addr_t *netif_addr, in netconn_join_leave_group()
753 netconn_gethostbyname(const char *name, ip_addr_t *addr) in netconn_gethostbyname()
Dsockets.c316 ip_addr_t naddr; in lwip_accept()
408 ip_addr_t local_addr; in lwip_bind()
492 ip_addr_t remote_addr; in lwip_connect()
565 ip_addr_t *addr; in lwip_recvfrom()
667 ip_addr_t fromaddr; in lwip_recvfrom()
830 ip_addr_t *remote_addr;
1412 ip_addr_t naddr;
2180 ip_addr_t if_addr;
2181 ip_addr_t multi_addr;
/lib/liblwip/src/core/snmp/
Dmib2.c1089 void snmp_insert_arpidx_tree(struct netif *ni, ip_addr_t *ip) in snmp_insert_arpidx_tree()
1161 void snmp_delete_arpidx_tree(struct netif *ni, ip_addr_t *ip) in snmp_delete_arpidx_tree()
1442 ip_addr_t dst; in snmp_insert_iprteidx_tree()
1519 ip_addr_t dst; in snmp_delete_iprteidx_tree()
2726 ip_addr_t* ipaddr_ret; in atentry_get_value()
2728 ip_addr_t ip; in atentry_get_value()
2759 ip_addr_t *dst = (ip_addr_t*)value; in atentry_get_value()
3074 ip_addr_t ip; in ip_addrentry_get_value()
3094 ip_addr_t *dst = (ip_addr_t*)value; in ip_addrentry_get_value()
3106 ip_addr_t *dst = (ip_addr_t*)value; in ip_addrentry_get_value()
[all …]
Dmsg_out.c58 ip_addr_t dip;
95 snmp_trap_dst_ip_set(u8_t dst_idx, ip_addr_t *dst) in snmp_trap_dst_ip_set()
217 ip_addr_t dst_ip; in snmp_send_trap()
Dmib_structs.c136 snmp_oidtoip(s32_t *ident, ip_addr_t *ip) in snmp_oidtoip()
147 snmp_iptooid(ip_addr_t *ip, s32_t *ident) in snmp_iptooid()
/tests/
Dlwiptest.c16 static ip_addr_t addr, mask, gw; in main()
/lib/liblwip/src/include/ipv4/lwip/
Dip_frag.h81 err_t ip_frag(struct pbuf *p, struct netif *netif, ip_addr_t *dest);
Dautoip.h83 ip_addr_t llipaddr; /* the currently selected, probed, announced or used LL IP-Address */
/lib/liblwip/src/core/
Dudp.c492 ip_addr_t *dst_ip, u16_t dst_port)
500 udp_sendto_chksum(struct udp_pcb *pcb, struct pbuf *p, ip_addr_t *dst_ip,
550 ip_addr_t *dst_ip, u16_t dst_port, struct netif *netif)
558 udp_sendto_if_chksum(struct udp_pcb *pcb, struct pbuf *p, ip_addr_t *dst_ip,
564 ip_addr_t *src_ip;
766 udp_bind(struct udp_pcb *pcb, ip_addr_t *ipaddr, u16_t port)
853 udp_connect(struct udp_pcb *pcb, ip_addr_t *ipaddr, u16_t port)
Ddhcp.c160 static void dhcp_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, ip_addr_t *addr, u16_t port);
572 ip_addr_t dns_addr; in dhcp_handle_ack()
803 void dhcp_arp_reply(struct netif *netif, ip_addr_t *addr) in dhcp_arp_reply()
931 ip_addr_t sn_mask, gw_addr; in dhcp_bind()
1537 dhcp_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, ip_addr_t *addr, u16_t port) in dhcp_recv()
/lib/liblwip/src/netif/ppp/
Dppp.h93 ip_addr_t our_ipaddr, his_ipaddr, netmask, dns1, dns2;
/lib/liblwip/test/unit/tcp/
Dtest_tcp_oos.c149 ip_addr_t remote_ip, local_ip; in START_TEST()
289 ip_addr_t remote_ip, local_ip; in START_TEST()
460 ip_addr_t remote_ip, local_ip; in START_TEST()
550 ip_addr_t remote_ip, local_ip; in START_TEST()
629 ip_addr_t remote_ip, local_ip; in START_TEST()
730 ip_addr_t remote_ip, local_ip; in test_tcp_recv_ooseq_double_FINs()
Dtest_tcp.c80 ip_addr_t remote_ip, local_ip; in START_TEST()
136 ip_addr_t remote_ip, local_ip, netmask; in START_TEST()
317 ip_addr_t remote_ip, local_ip, netmask; in START_TEST()
414 ip_addr_t remote_ip, local_ip, netmask; in START_TEST()
504 ip_addr_t remote_ip, local_ip, netmask; in test_tcp_tx_full_window_lost()
/lib/liblwip/doc/
Drawapi.txt110 - err_t tcp_bind(struct tcp_pcb *pcb, ip_addr_t *ipaddr,
160 - err_t tcp_connect(struct tcp_pcb *pcb, ip_addr_t *ipaddr,
331 - err_t udp_bind(struct udp_pcb *pcb, ip_addr_t *ipaddr,
338 - err_t udp_connect(struct udp_pcb *pcb, ip_addr_t *ipaddr,
356 ip_addr_t *addr,
417 - netif_add(struct netif *netif, ip_addr_t *ipaddr,
418 ip_addr_t *netmask, ip_addr_t *gw,
/lib/liblwip/
DUPGRADING13 * Replaced struct ip_addr by typedef ip_addr_t (struct ip_addr is kept for
138 * Removed packing from ip_addr_t, the packed version is now only used in protocol headers

123