Re: IP6_EXTHDR_GET
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
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)); > -