Home
last modified time | relevance | path

Searched refs:comm_point_create_udp (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dnetevent.h573 struct comm_point* comm_point_create_udp(struct comm_base* base,
H A Dnetevent.c5746 comm_point_create_udp(struct comm_base *base, int fd, sldns_buffer* buffer, function
/freebsd/contrib/unbound/services/
H A Doutside_network.c1772 pc->cp = comm_point_create_udp(outnet->base, -1,
3663 cp = comm_point_create_udp(outnet->base, fd, outnet->udp_buff, 0,
H A Dlisten_dnsport.c1564 cp = comm_point_create_udp(base, ports->fd, in listen_create()
/freebsd/contrib/unbound/testcode/
H A Dfake_event.c1765 struct comm_point* comm_point_create_udp(struct comm_base *ATTR_UNUSED(base), in comm_point_create_udp() function