libosmocore 1.11.0.26-c59d.202505092026
Osmocom core library
|
libmnl integration More...
Go to the source code of this file.
Data Structures | |
struct | osmo_fd |
Structure representing a file dsecriptor. More... | |
struct | osmo_signalfd |
Macros | |
#define | OSMO_FD_READ 0x0001 |
Indicate interest in reading from the file descriptor. | |
#define | OSMO_FD_WRITE 0x0002 |
Indicate interest in writing to the file descriptor. | |
#define | OSMO_FD_EXCEPT 0x0004 |
Indicate interest in exceptions from the file descriptor. | |
#define | OSMO_FD_MASK 0xFFFF |
Used as when_mask in osmo_fd_update_when() | |
#define | BSC_FD_READ OSMO_FD_READ |
#define | BSC_FD_WRITE OSMO_FD_WRITE |
#define | BSC_FD_EXCEPT OSMO_FD_EXCEPT |
Typedefs | |
typedef void | osmo_signalfd_cb(struct osmo_signalfd *osfd, const struct signalfd_siginfo *fdsi) |
libmnl integration
select loop abstraction.