Home
last modified time | relevance | path

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

/external/libevent/include/event2/
Dhttp.h94 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);
Dutil.h145 #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)
Dhttp_struct.h86 ev_uint16_t remote_port;
Ddns.h511 void evdns_set_transaction_id_fn(ev_uint16_t (*fn)(void));
/external/libevent/
Dipv6-internal.h65 ev_uint16_t sin6_port;
Devmap.c59 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()
Dhttp-internal.h162 ev_uint16_t allowed_methods;
Devutil.c1611 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()
Dbufferevent-internal.h64 typedef ev_uint16_t bufferevent_suspend_flags;
Dhttp.c171 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()
Devdns.c138 #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()