summaryrefslogtreecommitdiffstats
path: root/include/cutils/uevent.h
Commit message (Collapse)AuthorAgeFilesLines
* Extend to receive NFLOG packets.Jeff Sharkey2015-01-151-0/+1
| | | | | | | | | Packets captured and logged by the NFLOG target are unicast, so extend to catch and decode them. To avoid escaping issues, the raw contents are passed around as hex strings. Bug: 18335678 Change-Id: Ib7299500baa00080a1f000f9da843eb527363353
* cutils: return the remote uid on netlink recv failureGeremy Condra2012-03-291-0/+1
| | | | | | | | This change adds a layer of indirection to uevent's uevent_kernel_multicast_recv, allowing dependent code to get the remote endpoint if desired. Change-Id: If2f00708a1dd6196c415b1ebc2a7eeb72399a90e
* libcutils/init: move uevent socket opening code to libcutilsDima Zavin2011-09-021-0/+2
| | | | | Change-Id: I90adf78c0eb6185505f2bf7b62e96e25ab918345 Signed-off-by: Dima Zavin <dima@android.com>
* rename uevent_checked_recv to uevent_kernel_multicast_recvNick Kralevich2011-05-111-1/+1
| | | | Change-Id: I1839627490080efcbb7269699709064856312f8b
* Fold uevent message origin checking from init into libcutils.Vernon Tang2011-04-281-0/+32
| | | | Change-Id: I7cbc0cb840d1b4962e6c360fdad9a9c0ce20e87b
* Revert "Fold uevent message origin checking from init into libcutils."Nick Kralevich2011-04-271-32/+0
| | | | | | This reverts commit 8405ec0e7562a370174d9973dd94984c47e49c36. The original change does not compile.
* Fold uevent message origin checking from init into libcutils.Vernon Tang2011-04-271-0/+32
Change-Id: I1a38e611a7ad990f74306ce453740a1eeed2416d