Searched refs:eth_len (Results 1 – 7 of 7) sorted by relevance
| /mOS-networking-stack/core/src/ |
| H A D | eth_out.c | 53 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 D | eth_in.c | 14 int index, struct ethhdr *ethh, int eth_len) in FillInPacketEthContext() argument 20 pctx->p.eth_len = eth_len; in FillInPacketEthContext()
|
| H A D | ip_in.c | 60 pctx->p.eth_len)) in ProcessInIPv4Packet() 99 (unsigned char *)pctx->p.ethh, pctx->p.eth_len); in ProcessInIPv4Packet()
|
| H A D | mos_api.c | 428 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 D | tcp_out.c | 239 pctx.p.eth_len)) in SendTCPPacketStandalone() 383 pctx.p.eth_len)) in SendTCPPacket()
|
| /mOS-networking-stack/core/src/include/ |
| H A D | mos_api.h | 127 uint16_t eth_len; member
|
| /mOS-networking-stack/core/include/ |
| H A D | mos_api.h | 127 uint16_t eth_len; member
|