Home
last modified time | relevance | path

Searched refs:dest (Results 26 – 33 of 33) sorted by relevance

12

/lib/liblwip/src/netif/ppp/
Dppp_oe.c651 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/
Detharp.h76 PACK_STRUCT_FIELD(struct eth_addr dest);
/lib/liblwip/src/core/snmp/
Dmib2.c3214 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/
Dtcp_out.c104 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()
Dtcp.c1622 ntohs(tcphdr->src), ntohs(tcphdr->dest))); in tcp_debug_print()
/lib/liblwip/src/include/lwip/
Dtcp_impl.h161 PACK_STRUCT_FIELD(u16_t dest);
/lib/liblwip/src/api/
Dapi_msg.c189 buf->toport_chksum = udphdr->dest;
/lib/liblwip/
DCHANGELOG338 current src/dest IP address while in input functions.
965 support dest-addr and dest-port (optional: LWIP_NETBUF_RECVINFO)

12