Lines Matching refs:offsetof

340 	.dom_rtoffset =		offsetof(struct sockaddr_in6, sin6_addr) << 3,
358 _CASSERT(offsetof(struct ip6protosw, pr_entry) ==
359 offsetof(struct protosw, pr_entry));
360 _CASSERT(offsetof(struct ip6protosw, pr_domain) ==
361 offsetof(struct protosw, pr_domain));
362 _CASSERT(offsetof(struct ip6protosw, pr_protosw) ==
363 offsetof(struct protosw, pr_protosw));
364 _CASSERT(offsetof(struct ip6protosw, pr_type) ==
365 offsetof(struct protosw, pr_type));
366 _CASSERT(offsetof(struct ip6protosw, pr_protocol) ==
367 offsetof(struct protosw, pr_protocol));
368 _CASSERT(offsetof(struct ip6protosw, pr_flags) ==
369 offsetof(struct protosw, pr_flags));
370 _CASSERT(offsetof(struct ip6protosw, pr_input) ==
371 offsetof(struct protosw, pr_input));
372 _CASSERT(offsetof(struct ip6protosw, pr_output) ==
373 offsetof(struct protosw, pr_output));
374 _CASSERT(offsetof(struct ip6protosw, pr_ctlinput) ==
375 offsetof(struct protosw, pr_ctlinput));
376 _CASSERT(offsetof(struct ip6protosw, pr_ctloutput) ==
377 offsetof(struct protosw, pr_ctloutput));
378 _CASSERT(offsetof(struct ip6protosw, pr_usrreqs) ==
379 offsetof(struct protosw, pr_usrreqs));
380 _CASSERT(offsetof(struct ip6protosw, pr_init) ==
381 offsetof(struct protosw, pr_init));
382 _CASSERT(offsetof(struct ip6protosw, pr_drain) ==
383 offsetof(struct protosw, pr_drain));
384 _CASSERT(offsetof(struct ip6protosw, pr_sysctl) ==
385 offsetof(struct protosw, pr_sysctl));
386 _CASSERT(offsetof(struct ip6protosw, pr_lock) ==
387 offsetof(struct protosw, pr_lock));
388 _CASSERT(offsetof(struct ip6protosw, pr_unlock) ==
389 offsetof(struct protosw, pr_unlock));
390 _CASSERT(offsetof(struct ip6protosw, pr_getlock) ==
391 offsetof(struct protosw, pr_getlock));
392 _CASSERT(offsetof(struct ip6protosw, pr_filter_head) ==
393 offsetof(struct protosw, pr_filter_head));
394 _CASSERT(offsetof(struct ip6protosw, pr_old) ==
395 offsetof(struct protosw, pr_old));