Searched refs:ev_uint16_t (Results 1 – 11 of 11) sorted by relevance
/external/libevent/include/event2/ |
D | http.h | 94 int evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port); 107 …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);
|
D | util.h | 145 #define ev_uint16_t uint16_t macro 148 #define ev_uint16_t unsigned short 151 #define ev_uint16_t unsigned int 154 #define ev_uint16_t unsigned short 157 #define ev_uint16_t ... 224 #define EV_UINT16_MAX ((ev_uint16_t)0xffffUL)
|
D | http_struct.h | 86 ev_uint16_t remote_port;
|
D | dns.h | 511 void evdns_set_transaction_id_fn(ev_uint16_t (*fn)(void));
|
/external/libevent/ |
D | ipv6-internal.h | 65 ev_uint16_t sin6_port;
|
D | evmap.c | 59 ev_uint16_t nread; 60 ev_uint16_t nwrite; 326 ctx->nread = (ev_uint16_t) nread; in evmap_io_add() 327 ctx->nwrite = (ev_uint16_t) nwrite; in evmap_io_add()
|
D | http-internal.h | 162 ev_uint16_t allowed_methods;
|
D | evutil.c | 1611 ev_uint16_t words[8]; in evutil_inet_ntop() 1614 (((ev_uint16_t)addr->s6_addr[2*i])<<8) + addr->s6_addr[2*i+1]; in evutil_inet_ntop() 1703 ev_uint16_t words[8]; in evutil_inet_pton() 1749 words[i++] = (ev_uint16_t)r; in evutil_inet_pton() 1778 sizeof(ev_uint16_t)*nToMove); in evutil_inet_pton() 1779 memset(&words[gapPos], 0, sizeof(ev_uint16_t)*gapLen); in evutil_inet_pton()
|
D | bufferevent-internal.h | 64 typedef ev_uint16_t bufferevent_suspend_flags;
|
D | http.c | 171 static evutil_socket_t bind_socket(const char *, ev_uint16_t, int reuse); 1188 ev_uint16_t port) in evhttp_connection_set_local_port() 2175 char **address, ev_uint16_t *port) in evhttp_connection_get_peer() 3087 evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port) in evhttp_bind_socket() 3097 evhttp_bind_socket_with_handle(struct evhttp *http, const char *address, ev_uint16_t port) in evhttp_bind_socket_with_handle() 3395 evhttp_set_allowed_methods(struct evhttp* http, ev_uint16_t methods) in evhttp_set_allowed_methods() 3863 make_addrinfo(const char *address, ev_uint16_t port) in make_addrinfo() 3892 bind_socket(const char *address, ev_uint16_t port, int reuse) in bind_socket()
|
D | evdns.c | 138 #define u16 ev_uint16_t 1293 evdns_set_transaction_id_fn(ev_uint16_t (*fn)(void)) in evdns_set_transaction_id_fn() 2568 sockaddr_setport(struct sockaddr *sa, ev_uint16_t port) in sockaddr_setport() 2577 static ev_uint16_t 4157 ev_uint16_t port; 4497 const char *nodename, struct evutil_addrinfo *hints, ev_uint16_t port, in evdns_getaddrinfo_fromhosts() 4603 data->port = (ev_uint16_t)port; in evdns_getaddrinfo()
|