platform_bionic/libc/kernel/tools
Elliott Hughes 64f355ffbd Use in_addr in ip_mreq_source and ip_msfilter.
This adds a new mechanism to say "replace struct S with #include <bits/S.h>".

Also switch epoll_event over to the new mechanism.

Also use the kernel's struct sockaddr_storage directly rather than behind
an unnecessary #define.

This patch also removes some dead code in the header scrubber. This code
still needs rewriting completely. I learned that a "block" isn't necessarily
a single struct definition, say; it might be a run of them. It seems like
a block is a run of preprocessor directives or a run of regular code.

Bug: https://issuetracker.google.com/36987220
Test: new test
Change-Id: Ic6a5c09559766a4babe3cd4c3ea538b885e07308
2017-12-14 10:07:27 -08:00
..
clean_header.py Use in_addr in ip_mreq_source and ip_msfilter. 2017-12-14 10:07:27 -08:00
cpp.py Use in_addr in ip_mreq_source and ip_msfilter. 2017-12-14 10:07:27 -08:00
defaults.py Use in_addr in ip_mreq_source and ip_msfilter. 2017-12-14 10:07:27 -08:00
generate_uapi_headers.sh More kernel header cleanup. 2016-07-22 12:21:25 -07:00
kernel.py Make cpp.py less braindead. 2013-11-06 12:04:48 -08:00
update_all.py Enable exporting the non-uapi scsi headers. 2017-05-25 19:17:55 -07:00
utils.py Refactor the kernel update scripts. 2017-03-02 15:21:42 -08:00