Searched refs:dest (Results 26 – 33 of 33) sorted by relevance
12
| /lib/liblwip/src/netif/ppp/ |
| D | ppp_oe.c | 651 MEMCPY(ethhdr->dest.addr, sc->sc_dest.addr, sizeof(ethhdr->dest.addr)); in pppoe_output() 947 pppoe_send_padt(struct netif *outgoing_if, u_int session, const u8_t *dest) in pppoe_send_padt() argument 962 MEMCPY(ethhdr->dest.addr, dest, sizeof(ethhdr->dest.addr)); in pppoe_send_padt()
|
| /lib/liblwip/src/include/netif/ |
| D | etharp.h | 76 PACK_STRUCT_FIELD(struct eth_addr dest);
|
| /lib/liblwip/src/core/snmp/ |
| D | mib2.c | 3214 ip_addr_t dest; in ip_rteentry_get_value() local 3219 snmp_oidtoip(&ident[1], &dest); in ip_rteentry_get_value() 3221 if (ip_addr_isany(&dest)) in ip_rteentry_get_value() 3231 !ip_addr_netcmp(&dest, &(netif->ip_addr), &(netif->netmask)) ) in ip_rteentry_get_value() 3246 if (ip_addr_isany(&dest)) in ip_rteentry_get_value() 3269 if (ip_addr_isany(&dest)) in ip_rteentry_get_value() 3295 if (ip_addr_isany(&dest)) in ip_rteentry_get_value() 3311 if (ip_addr_isany(&dest)) in ip_rteentry_get_value() 3342 if (ip_addr_isany(&dest)) in ip_rteentry_get_value()
|
| /lib/liblwip/src/core/ |
| D | tcp_out.c | 104 tcphdr->dest = htons(pcb->remote_port); in tcp_output_alloc_header() 193 seg->tcphdr->dest = htons(pcb->remote_port); in tcp_create_segment() 1211 tcphdr->dest = htons(remote_port); in tcp_rst()
|
| D | tcp.c | 1622 ntohs(tcphdr->src), ntohs(tcphdr->dest))); in tcp_debug_print()
|
| /lib/liblwip/src/include/lwip/ |
| D | tcp_impl.h | 161 PACK_STRUCT_FIELD(u16_t dest);
|
| /lib/liblwip/src/api/ |
| D | api_msg.c | 189 buf->toport_chksum = udphdr->dest;
|
| /lib/liblwip/ |
| D | CHANGELOG | 338 current src/dest IP address while in input functions. 965 support dest-addr and dest-port (optional: LWIP_NETBUF_RECVINFO)
|
12