Searched refs:ev_uint16_t (Results 1 - 11 of 11) sorted by relevance

/external/libevent/
H A Dipv6-internal.h65 ev_uint16_t sin6_port;
H A Dhttp-internal.h162 ev_uint16_t allowed_methods;
H A Dbufferevent-internal.h64 typedef ev_uint16_t bufferevent_suspend_flags;
H A Devmap.c59 ev_uint16_t nread;
60 ev_uint16_t nwrite;
326 ctx->nread = (ev_uint16_t) nread;
327 ctx->nwrite = (ev_uint16_t) nwrite;
H A Devutil.c1611 ev_uint16_t words[8];
1614 (((ev_uint16_t)addr->s6_addr[2*i])<<8) + addr->s6_addr[2*i+1];
1703 ev_uint16_t words[8];
1749 words[i++] = (ev_uint16_t)r;
1778 sizeof(ev_uint16_t)*nToMove);
1779 memset(&words[gapPos], 0, sizeof(ev_uint16_t)*gapLen);
H A Dhttp.c171 static evutil_socket_t bind_socket(const char *, ev_uint16_t, int reuse);
1188 ev_uint16_t port)
2175 char **address, ev_uint16_t *port)
3087 evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port)
3097 evhttp_bind_socket_with_handle(struct evhttp *http, const char *address, ev_uint16_t port)
3395 evhttp_set_allowed_methods(struct evhttp* http, ev_uint16_t methods)
3863 make_addrinfo(const char *address, ev_uint16_t port)
3892 bind_socket(const char *address, ev_uint16_t port, int reuse)
H A Devdns.c138 #define u16 ev_uint16_t
1293 evdns_set_transaction_id_fn(ev_uint16_t (*fn)(void))
2568 sockaddr_setport(struct sockaddr *sa, ev_uint16_t port)
2577 static ev_uint16_t
4157 ev_uint16_t port;
4497 const char *nodename, struct evutil_addrinfo *hints, ev_uint16_t port,
4603 data->port = (ev_uint16_t)port;
/external/libevent/include/event2/
H A Dhttp_struct.h86 ev_uint16_t remote_port;
H A Dhttp.h94 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);
H A Dutil.h89 * <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)
H A Ddns.h511 void evdns_set_transaction_id_fn(ev_uint16_t (*fn)(void));

Completed in 213 milliseconds