Home
last modified time | relevance | path

Searched refs:eth_len (Results 1 – 7 of 7) sorted by relevance

/mOS-networking-stack/core/src/
H A Deth_out.c53 struct ethhdr *ethh, int eth_len) in FillOutPacketEthContext() argument
59 pctx->p.eth_len = eth_len; in FillOutPacketEthContext()
123 buf = mtcp->iom->get_wptr(mtcp->ctx, pctx->out_ifidx, pctx->p.eth_len); in ForwardEthernetFrame()
130 memcpy(buf, pctx->p.ethh, pctx->p.eth_len); in ForwardEthernetFrame()
H A Deth_in.c14 int index, struct ethhdr *ethh, int eth_len) in FillInPacketEthContext() argument
20 pctx->p.eth_len = eth_len; in FillInPacketEthContext()
H A Dip_in.c60 pctx->p.eth_len)) in ProcessInIPv4Packet()
99 (unsigned char *)pctx->p.ethh, pctx->p.eth_len); in ProcessInIPv4Packet()
H A Dmos_api.c428 assert(from->eth_len > 0); in ClonePacketCtx()
429 assert(from->eth_len <= ETHERNET_FRAME_LEN); in ClonePacketCtx()
430 memcpy(frame, from->ethh, from->eth_len); in ClonePacketCtx()
1072 cur_pkt_ctx->p.eth_len = cur_pkt_ctx->p.ip_len + sizeof(struct ethhdr); in mtcp_setlastpkt()
1092 cur_pkt_ctx->p.eth_len = cur_pkt_ctx->p.ip_len + sizeof(struct ethhdr); in mtcp_setlastpkt()
H A Dtcp_out.c239 pctx.p.eth_len)) in SendTCPPacketStandalone()
383 pctx.p.eth_len)) in SendTCPPacket()
/mOS-networking-stack/core/src/include/
H A Dmos_api.h127 uint16_t eth_len; member
/mOS-networking-stack/core/include/
H A Dmos_api.h127 uint16_t eth_len; member