Home
last modified time | relevance | path

Searched refs:evtag_marshal_string (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/ntp/sntp/libevent/include/event2/
HDtag.h104 void evtag_marshal_string(struct evbuffer *buf, ev_uint32_t tag,
/NextBSD/contrib/pf/libevent/
HDevent.h310 void evtag_marshal_string(struct evbuffer *buf, u_int8_t tag,
/NextBSD/contrib/ntp/sntp/libevent/
HDevent_tagging.c299 evtag_marshal_string(struct evbuffer *buf, ev_uint32_t tag, const char *string) in evtag_marshal_string() function
/NextBSD/contrib/ntp/sntp/libevent/test/
HDregress.c2370 evtag_marshal_string(tmp, 40, "Hello world"); in evtag_test_peek()