aboutgitcodebugslistschat
path: root/udp.h
blob: b18aa7e34ae508dfad01739629e1cedaf7a8a5e7 (plain) (blame)
1
2
3
void udp_sock_handler(struct ctx *c, int s, uint32_t events);
void udp_tap_handler(struct ctx *c, int af, void *addr, char *in, size_t len);
int udp_sock_init(struct ctx *c);