Re: IP6_EXTHDR_GET

2018-02-08 Thread Maxime Villard
Le 09/02/2018 à 00:42, m...@netbsd.org a écrit : On Thu, Feb 08, 2018 at 08:06:21PM +, Maxime Villard wrote: af = AF_INET; iphlen = sizeof(struct ip); - IP6_EXTHDR_GET(th, struct tcphdr *, m, toff, - sizeof(struct tcphdr

IP6_EXTHDR_GET

2018-02-08 Thread maya
On Thu, Feb 08, 2018 at 08:06:21PM +, Maxime Villard wrote: > af = AF_INET; > iphlen = sizeof(struct ip); > - IP6_EXTHDR_GET(th, struct tcphdr *, m, toff, > - sizeof(struct tcphdr)); > -