| /lib/liblwip/src/include/ipv4/lwip/ |
| D | ip.h | 138 PACK_STRUCT_FIELD(ip_addr_p_t src); 177 err_t ip_output(struct pbuf *p, ip_addr_t *src, ip_addr_t *dest, 179 err_t ip_output_if(struct pbuf *p, ip_addr_t *src, ip_addr_t *dest, 183 err_t ip_output_hinted(struct pbuf *p, ip_addr_t *src, ip_addr_t *dest, 187 err_t ip_output_if_opt(struct pbuf *p, ip_addr_t *src, ip_addr_t *dest,
|
| /sys/kern/ |
| D | string.c | 29 String_Append(String *dst, String *src) in String_Append() argument 39 String_Append(String *, String *src) in String_Append() argument
|
| D | libc.c | 134 memcpy(void *dst, const void *src, size_t length) in memcpy() argument 137 const uint8_t *s = (const uint8_t *)src; in memcpy()
|
| /sys/ |
| D | SConscript | 7 src = [ ] 76 src.append(src_amd64) 78 src.append(src_common) 88 kernel = kern_env.Program("castor", src)
|
| /sbin/newfs_o2fs/ |
| D | SConscript | 10 src = [ 21 newfs_env.Program("newfs_o2fs", src)
|
| /lib/liblwip/src/core/ |
| D | udp.c | 157 u16_t src, dest; local 188 src = ntohs(udphdr->src); 199 ip4_addr1_16(&iphdr->src), ip4_addr2_16(&iphdr->src), 200 ip4_addr3_16(&iphdr->src), ip4_addr4_16(&iphdr->src), ntohs(udphdr->src))); 208 if (src == DHCP_SERVER_PORT) { 267 (pcb->remote_port == src) && 387 mpcb->recv(mpcb->recv_arg, mpcb, q, ip_current_src_addr(), src); 403 pcb->recv(pcb->recv_arg, pcb, p, ip_current_src_addr(), src); 613 udphdr->src = htons(pcb->local_port); 1005 ntohs(udphdr->src), ntohs(udphdr->dest)));
|
| D | tcp_in.c | 156 tcphdr->src = ntohs(tcphdr->src); in tcp_input() 174 if (pcb->remote_port == tcphdr->src && in tcp_input() 199 if (pcb->remote_port == tcphdr->src && in tcp_input() 413 tcphdr->dest, tcphdr->src); in tcp_input() 457 ip_current_src_addr(), tcphdr->dest, tcphdr->src); in tcp_listen_input() 459 …LWIP_DEBUGF(TCP_DEBUG, ("TCP connection request %"U16_F" -> %"U16_F".\n", tcphdr->src, tcphdr->des… in tcp_listen_input() 482 npcb->remote_port = tcphdr->src; in tcp_listen_input() 546 tcphdr->dest, tcphdr->src); in tcp_timewait_input() 680 tcphdr->dest, tcphdr->src); in tcp_process() 689 …EBUG, ("TCP connection established %"U16_F" -> %"U16_F".\n", inseg.tcphdr->src, inseg.tcphdr->dest… in tcp_process() [all …]
|
| D | tcp_out.c | 63 #define TCP_DATA_COPY(dst, src, len, seg) do { \ argument 64 tcp_seg_add_chksum(LWIP_CHKSUM_COPY(dst, src, len), \ 67 #define TCP_DATA_COPY2(dst, src, len, chksum, chksum_swapped) \ argument 68 tcp_seg_add_chksum(LWIP_CHKSUM_COPY(dst, src, len), len, chksum, chksum_swapped); 70 #define TCP_DATA_COPY(dst, src, len, seg) MEMCPY(dst, src, len) argument 71 #define TCP_DATA_COPY2(dst, src, len, chksum, chksum_swapped) MEMCPY(dst, src, len) argument 103 tcphdr->src = htons(pcb->local_port); in tcp_output_alloc_header() 192 seg->tcphdr->src = htons(pcb->local_port); in tcp_create_segment() 1210 tcphdr->src = htons(local_port); in tcp_rst()
|
| /lib/liblwip/src/core/ipv6/ |
| D | ip6_addr.c | 58 ip_addr_set(struct ip_addr *dest, struct ip_addr *src) in ip_addr_set() argument 60 SMEMCPY(dest, src, sizeof(struct ip_addr)); in ip_addr_set()
|
| D | inet6.c | 81 struct ip_addr *src, struct ip_addr *dest, in inet_chksum_pseudo() argument 106 acc += ((u16_t *)src->addr)[i] & 0xffff; in inet_chksum_pseudo()
|
| /lib/liblwip/src/netif/ |
| D | etharp.c | 415 etharp_send_ip(struct netif *netif, struct pbuf *p, struct eth_addr *src, struct eth_addr *dst) in etharp_send_ip() argument 422 ETHADDR16_COPY(ðhdr->src, src); in etharp_send_ip() 656 ip_addr_copy(iphdr_src, iphdr->src); 668 etharp_update_arp_entry(netif, &iphdr_src, &(ethhdr->src), ETHARP_FLAG_FIND_ONLY); 801 ETHADDR16_COPY(ðhdr->src, ethaddr); 930 if (!ip_addr_islinklocal(&iphdr->src)) 1225 ETHADDR16_COPY(ðhdr->src, ethsrc_addr); 1298 (unsigned)ethhdr->src.addr[0], (unsigned)ethhdr->src.addr[1], (unsigned)ethhdr->src.addr[2], 1299 (unsigned)ethhdr->src.addr[3], (unsigned)ethhdr->src.addr[4], (unsigned)ethhdr->src.addr[5],
|
| /lib/liblwip/src/core/ipv4/ |
| D | igmp.c | 143 static err_t igmp_ip_output_if(struct pbuf *p, ip_addr_t *src, ip_addr_t *dest, struct netif *neti… 408 ip_addr_debug_print(IGMP_DEBUG, &(iphdr->src)); in igmp_input() 745 igmp_ip_output_if(struct pbuf *p, ip_addr_t *src, ip_addr_t *dest, struct netif *netif) in igmp_ip_output_if() argument 752 return ip_output_if_opt(p, src, dest, IGMP_TTL, 0, IP_PROTO_IGMP, netif, ra, ROUTER_ALERTLEN); in igmp_ip_output_if() 766 ip_addr_t src = *IP_ADDR_ANY; in igmp_send() local 776 ip_addr_copy(src, group->netif->ip_addr); in igmp_send() 795 igmp_ip_output_if(p, &src, dest, group->netif); in igmp_send()
|
| D | icmp.c | 190 ip_addr_copy(iphdr->src, *ip_current_dest_addr()); in icmp_input() 311 ip_addr_debug_print(ICMP_DEBUG, &(iphdr->src)); in icmp_send_response() 334 ip_addr_copy(iphdr_src, iphdr->src); in icmp_send_response()
|
| /lib/liblwip/ |
| D | FILES | 1 src/ - The source code for the lwIP TCP/IP stack.
|
| / |
| D | SConstruct | 117 def CopyTree(dst, src, env): 118 def DirCopyHelper(src, dst): 119 for f in os.listdir(src): 120 srcPath = os.path.join(src, f) 133 DirCopyHelper(src, dst) 169 #CopyTree('build/include/', 'lib/liblwip/src/include', env)
|
| /lib/liblwip/src/include/lwip/ |
| D | opt.h | 84 #define MEMCPY(dst,src,len) memcpy(dst,src,len) argument 92 #define SMEMCPY(dst,src,len) memcpy(dst,src,len) argument
|
| D | udp.h | 56 PACK_STRUCT_FIELD(u16_t src);
|
| /lib/liblwip/src/include/ipv6/lwip/ |
| D | inet.h | 46 struct ip_addr *src, struct ip_addr *dest,
|
| D | ip_addr.h | 79 void ip_addr_set(struct ip_addr *dest, struct ip_addr *src);
|
| /include/ |
| D | string.h | 8 void *memcpy(void *dst, const void *src, size_t len);
|
| /lib/liblwip/test/unit/tcp/ |
| D | tcp_helper.c | 66 iphdr->src.addr = src_ip->addr; in tcp_create_segment_wnd() 76 tcphdr->src = htons(src_port); in tcp_create_segment_wnd() 242 ip_addr_copy(current_iphdr_src, iphdr->src); in test_tcp_input()
|
| /lib/liblwip/src/netif/ppp/ |
| D | vj.c | 178 if (!ip_addr_cmp(&ip->src, &cs->cs_ip.src) in vj_compress_tcp() 199 if (ip_addr_cmp(&ip->src, &cs->cs_ip.src) in vj_compress_tcp()
|
| D | ppp_oe.c | 508 MEMCPY(&sc->sc_dest, ethhdr->src.addr, sizeof(sc->sc_dest.addr)); in pppoe_dispatch_disc_pkt() 571 MEMCPY(shost, ((struct eth_hdr *)pb->payload)->src.addr, sizeof(shost)); in pppoe_data_input() 652 …MEMCPY(ethhdr->src.addr, ((struct eth_addr *)sc->sc_ethif->hwaddr)->addr, sizeof(ethhdr->src.addr)… in pppoe_output() 963 …MEMCPY(ethhdr->src.addr, ((struct eth_addr *)outgoing_if->hwaddr)->addr, sizeof(ethhdr->src.addr)); in pppoe_send_padt()
|
| /lib/liblwip/test/unit/etharp/ |
| D | test_etharp.c | 88 ethhdr->src = test_ethaddr2; in create_arp_response() 108 ethhdr->src.addr[k] = test_ethaddr2.addr[k]; in create_arp_response()
|
| /lib/liblwip/doc/ |
| D | snmp_agent.txt | 62 and add the source files in lwip/src/core/snmp 63 and some snmp headers in lwip/src/include/lwip to your makefile.
|