Home
last modified time | relevance | path

Searched refs:evtag_encode_tag (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/ntp/sntp/libevent/
HDevent_tagging.c97 int evtag_encode_tag(struct evbuffer *evbuf, ev_uint32_t tag);
173 evtag_encode_tag(struct evbuffer *evbuf, ev_uint32_t tag) in evtag_encode_tag() function
259 evtag_encode_tag(evbuf, tag); in evtag_marshal()
268 evtag_encode_tag(evbuf, tag); in evtag_marshal_buffer()
281 evtag_encode_tag(evbuf, tag); in evtag_marshal_int()
293 evtag_encode_tag(evbuf, tag); in evtag_marshal_int64()
/NextBSD/contrib/ntp/sntp/libevent/test/
HDregress.c2199 int evtag_encode_tag(struct evbuffer *evbuf, ev_uint32_t number);
2346 evtag_encode_tag(tmp, integers[i]); in evtag_tag_encoding()