blob: 0179fa2b96a2e74f21d8b35ed0cb071739d4932f (
plain) (
blame)
1
2
3
4
|
void udp_sock_handler(struct ctx *c, int s, uint32_t events);
int udp_tap_handler(struct ctx *c, int af, void *addr,
struct tap_msg *msg, int count);
int udp_sock_init(struct ctx *c);
|