rohc team mailing list archive
-
rohc team
-
Mailing list archive
-
Message #00310
Re: [Question #165269]: Compile RoHC tool using CYGWIN
Question #165269 on rohc changed:
https://answers.launchpad.net/rohc/+question/165269
Status: Needs information => Open
Dominique Bressanelli gave more information on the question:
Hi Didier
Thank you for quick answer.
I think the main problem is that Cygwin does not use netinet/ip6.h. I tried to define
my own netinet/ip6.h including ip6_hdr, but I still run into compatibility issues.
Would you please let me know what your ip6_hdr struct from netinet/ip6.h looks like ?
Also I would need the code snippets for the definition of struct in6_addr.
This is what I tried to define:
istruct ip6_hdr {
unsigned char ip6_priority:4;
unsigned char ip6_version:4;
unsigned int ip6_flow;
unsigned short ip6_plen;
unsigned char ip6_nxt;
unsigned char ip6_hlim;
struct in6_addr ip6_src;
struct in6_addr ip6_dst;
};
Thank you for your help !
Dominique
--
You received this question notification because you are a member of ROHC
Team, which is an answer contact for rohc.
Follow ups