HomeSort by relevance Sort by last modified time
    Searched full:ev_uint16_t (Results 1 - 11 of 11) sorted by null

  /external/libevent/
ipv6-internal.h 65 ev_uint16_t sin6_port;
http-internal.h 162 ev_uint16_t allowed_methods;
evmap.c 59 ev_uint16_t nread;
60 ev_uint16_t nwrite;
326 ctx->nread = (ev_uint16_t) nread;
327 ctx->nwrite = (ev_uint16_t) nwrite;
evutil.c     [all...]
http.c 171 static evutil_socket_t bind_socket(const char *, ev_uint16_t, int reuse);
1188 ev_uint16_t port)
    [all...]
bufferevent-internal.h 64 typedef ev_uint16_t bufferevent_suspend_flags;
evdns.c 138 #define u16 ev_uint16_t
    [all...]
  /external/libevent/include/event2/
util.h 89 * <dt>ev_uint64_t, ev_uint32_t, ev_uint16_t, ev_uint8_t</dt>
145 #define ev_uint16_t uint16_t macro
148 #define ev_uint16_t unsigned short macro
151 #define ev_uint16_t unsigned int macro
154 #define ev_uint16_t unsigned short macro
157 #define ev_uint16_t ... macro
160 #error "No way to define ev_uint16_t"
224 #define EV_UINT16_MAX ((ev_uint16_t)0xffffUL)
http_struct.h 86 ev_uint16_t remote_port;
http.h 94 int evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port);
107 struct evhttp_bound_socket *evhttp_bind_socket_with_handle(struct evhttp *http, const char *address, ev_uint16_t port);
205 void evhttp_set_allowed_methods(struct evhttp* http, ev_uint16_t methods);
475 ev_uint16_t port);
491 char **address, ev_uint16_t *port);
dns.h 511 void evdns_set_transaction_id_fn(ev_uint16_t (*fn)(void));

Completed in 2373 milliseconds