Home
last modified time | relevance | path

Searched defs:iph (Results 1 – 11 of 11) sorted by relevance

/mOS-networking-stack/core/src/
H A Dip_out.c43 struct iphdr *iph; in ForwardIPPacket() local
113 FillOutPacketIPContext(struct pkt_ctx *pctx, struct iphdr *iph, int ip_len) in FillOutPacketIPContext()
126 struct iphdr *iph; in IPOutputStandalone() local
185 struct iphdr *iph; in IPOutput() local
H A Dip_in.c22 FillInPacketIPContext (struct pkt_ctx *pctx, struct iphdr *iph, int ip_len) in FillInPacketIPContext()
37 struct iphdr* iph = in ProcessInIPv4Packet() local
H A Ddebug.c67 struct iphdr *iph; in DumpPacket() local
159 DumpIPPacket(mtcp_manager_t mtcp, const struct iphdr *iph, int len) in DumpIPPacket()
217 DumpIPPacketToFile(FILE *fout, const struct iphdr *iph, int len) in DumpIPPacketToFile()
H A Dicmp.c16 #define IP_NEXT_PTR(iph) ((uint8_t *)iph + (iph->ihl << 2)) argument
65 struct iphdr *iph; in ICMPOutput() local
H A Dtcp.c200 const struct iphdr *iph = pctx->p.iph; in CreateStream() local
413 struct iphdr* iph; in ProcessInTCPPacket() local
H A Ddpdk_module.c540 struct iphdr *iph; in dpdk_dev_ioctl() local
H A Dmos_api.c938 struct iphdr *iph; in mtcp_setlastpkt() local
H A Dapi.c957 struct iphdr *iph; in eval_bpf_5tuple() local
/mOS-networking-stack/core/src/include/
H A Dip_in.h10 static inline __sum16 ip_fast_csum(const void *iph, unsigned int ihl) in ip_fast_csum()
H A Dmos_api.h149 struct iphdr *iph; member
/mOS-networking-stack/core/include/
H A Dmos_api.h149 struct iphdr *iph; member