Home
last modified time | relevance | path

Searched defs:protocol (Results 176 - 200 of 396) sorted by relevance

12345678910>>...16

/foundation/communication/dhcp/services/utils/src/
H A Ddhcp_arp_checker.cpp223 int32_t DhcpArpChecker::CreateSocket(const char *iface, uint16_t protocol) in CreateSocket() argument
/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Dmock_system_func.cpp177 int __wrap_socketpair(int address, int type, int protocol, int *socket) in __wrap_socketpair() argument
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_stack.c29 struct SockOsSocket *SpungeAllocSystemSocket(FILLP_INT domain, FILLP_INT type, FILLP_INT protocol) in SpungeAllocSystemSocket() argument
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dspunge_message.h29 FILLP_INT protocol; member
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/mini_discover/
H A Dcoap_adapter.h34 enum CoapProtocolTypeEnum protocol; member
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/
H A Dnstackx_socket.c291 Socket *ClientSocketWithTargetDev(SocketProtocol protocol, const struct sockaddr_in *sockAddr, in ClientSocketWithTargetDev() argument
332 Socket *ClientSocket(SocketProtocol protocol, const struct sockaddr_in *sockAddr) in ClientSocket() argument
337 Socket *ServerSocket(SocketProtocol protocol, const struct sockaddr_in *sockAddr) in ServerSocket() argument
[all...]
/third_party/backends/backend/
H A Depsonds-net.c350 epsonds_resolve_callback(AvahiServiceResolver *r, AVAHI_GCC_UNUSED AvahiIfIndex interface, AVAHI_GCC_UNUSED AvahiProtocol protocol, AvahiResolverEvent event, const char *name, const char *type, const char *domain, const char *host_name, const AvahiAddress *address, uint16_t port, AvahiStringList *txt, AvahiLookupResultFlags flags, void *userdata) epsonds_resolve_callback() argument
408 browse_callback(AvahiServiceBrowser *b, AvahiIfIndex interface, AvahiProtocol protocol, AvahiBrowserEvent event, const char *name, const char *type, const char *domain, AvahiLookupResultFlags flags, void* userdata) browse_callback() argument
/third_party/curl/lib/
H A Dmemdebug.c304 curl_socket_t curl_dbg_socket(int domain, int type, int protocol, in curl_dbg_socket() argument
351 int curl_dbg_socketpair(int domain, int type, int protocol, in curl_dbg_socketpair() argument
/third_party/libuv/src/unix/
H A Dtcp.c612 int uv_socketpair(int type, int protocol, uv_os_sock_t fds[2], int flags0, int flags1) { in uv_socketpair() argument
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-client.h123 const char *protocol; member
/third_party/ltp/lib/
H A Dsafe_net.c108 safe_socket(const char *file, const int lineno, void (cleanup_fn)(void), int domain, int type, int protocol) safe_socket() argument
139 safe_socketpair(const char *file, const int lineno, int domain, int type, int protocol, int sv[]) safe_socketpair() argument
/third_party/libwebsockets/plugins/ssh-base/
H A Dtelnet.c33 const struct lws_protocols *protocol; member
/third_party/ltp/testcases/kernel/controllers/cgroup/
H A Dcgroup_regression_getdelays.c94 static int create_nl_socket(int protocol) in create_nl_socket() argument
/third_party/node/deps/cares/src/lib/
H A Dares__socket.c395 ares__open_socket(ares_channel_t *channel, int af, int type, int protocol) ares__open_socket() argument
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-tx/
H A Dminimal-ws-client.c44 const struct lws_protocols *protocol; member
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-sse-ring/
H A Dminimal-http-server-sse-ring.c54 const struct lws_protocols *protocol; member
/third_party/lwip/src/include/netif/ppp/
H A Dfsm.h84 u16_t protocol; /* Data Link Layer Protocol field value */ member
/third_party/lwip/src/netif/ppp/
H A Dauth.c1031 void auth_peer_fail(ppp_pcb *pcb, int protocol) { in auth_peer_fail() argument
1046 auth_peer_success(ppp_pcb *pcb, int protocol, int prot_flavor, const char *name, int namelen) auth_peer_success() argument
1117 auth_withpeer_fail(ppp_pcb *pcb, int protocol) auth_withpeer_fail() argument
1136 auth_withpeer_success(ppp_pcb *pcb, int protocol, int prot_flavor) auth_withpeer_success() argument
[all...]
H A Dpppos.c253 pppos_netif_output(ppp_pcb *ppp, void *ctx, struct pbuf *pb, u16_t protocol) in pppos_netif_output() argument
[all...]
/third_party/node/deps/v8/src/inspector/
H A Dstring-util.cc17 namespace protocol { namespace
/third_party/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_msg.c306 vmw_open_channel(struct rpc_channel *channel, unsigned protocol) in vmw_open_channel() argument
/third_party/node/deps/openssl/openssl/apps/lib/
H A Ds_socket.c77 init_client(int *sock, const char *host, const char *port, const char *bindhost, const char *bindport, int family, int type, int protocol) init_client() argument
259 do_server(int *accept_sock, const char *host, const char *port, int family, int type, int protocol, do_server_cb cb, unsigned char *context, int naccept, BIO *bio_s_out) do_server() argument
[all...]
/third_party/node/deps/uv/src/unix/
H A Dtcp.c476 int uv_socketpair(int type, int protocol, uv_os_sock_t fds[2], int flags0, int flags1) { in uv_socketpair() argument
/third_party/pulseaudio/src/modules/raop/
H A Dmodule-raop-discover.c78 AvahiProtocol protocol; member
112 tunnel_new( AvahiIfIndex interface, AvahiProtocol protocol, const char *name, const char *type, const char *domain) tunnel_new() argument
156 resolver_cb( AvahiServiceResolver *r, AvahiIfIndex interface, AvahiProtocol protocol, AvahiResolverEvent event, const char *name, const char *type, const char *domain, const char *host_name, const AvahiAddress *a, uint16_t port, AvahiStringList *txt, AvahiLookupResultFlags flags, void *userdata) resolver_cb() argument
371 browser_cb( AvahiServiceBrowser *b, AvahiIfIndex interface, AvahiProtocol protocol, AvahiBrowserEvent event, const char *name, const char *type, const char *domain, AvahiLookupResultFlags flags, void *userdata) browser_cb() argument
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-zeroconf-discover.c59 AvahiProtocol protocol; member
103 tunnel_new( AvahiIfIndex interface, AvahiProtocol protocol, const char *name, const char *type, const char *domain) tunnel_new() argument
126 resolver_cb( AvahiServiceResolver *r, AvahiIfIndex interface, AvahiProtocol protocol, AvahiResolverEvent event, const char *name, const char *type, const char *domain, const char *host_name, const AvahiAddress *a, uint16_t port, AvahiStringList *txt, AvahiLookupResultFlags flags, void *userdata) resolver_cb() argument
265 browser_cb( AvahiServiceBrowser *b, AvahiIfIndex interface, AvahiProtocol protocol, AvahiBrowserEvent event, const char *name, const char *type, const char *domain, AvahiLookupResultFlags flags, void *userdata) browser_cb() argument
[all...]

Completed in 17 milliseconds

12345678910>>...16