| /foundation/communication/dhcp/services/utils/src/ |
| H A D | dhcp_arp_checker.cpp | 223 int32_t DhcpArpChecker::CreateSocket(const char *iface, uint16_t protocol) in CreateSocket() argument
|
| /foundation/communication/dhcp/test/unittest/services/dhcp_client/ |
| H A D | mock_system_func.cpp | 177 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 D | spunge_stack.c | 29 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 D | spunge_message.h | 29 FILLP_INT protocol; member
|
| /foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/mini_discover/ |
| H A D | coap_adapter.h | 34 enum CoapProtocolTypeEnum protocol; member
|
| /foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/ |
| H A D | nstackx_socket.c | 291 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 D | epsonds-net.c | 350 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 D | memdebug.c | 304 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 D | tcp.c | 612 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 D | lws-client.h | 123 const char *protocol; member
|
| /third_party/ltp/lib/ |
| H A D | safe_net.c | 108 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 D | telnet.c | 33 const struct lws_protocols *protocol; member
|
| /third_party/ltp/testcases/kernel/controllers/cgroup/ |
| H A D | cgroup_regression_getdelays.c | 94 static int create_nl_socket(int protocol) in create_nl_socket() argument
|
| /third_party/node/deps/cares/src/lib/ |
| H A D | ares__socket.c | 395 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 D | minimal-ws-client.c | 44 const struct lws_protocols *protocol; member
|
| /third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-sse-ring/ |
| H A D | minimal-http-server-sse-ring.c | 54 const struct lws_protocols *protocol; member
|
| /third_party/lwip/src/include/netif/ppp/ |
| H A D | fsm.h | 84 u16_t protocol; /* Data Link Layer Protocol field value */ member
|
| /third_party/lwip/src/netif/ppp/ |
| H A D | auth.c | 1031 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 D | pppos.c | 253 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 D | string-util.cc | 17 namespace protocol { namespace
|
| /third_party/mesa3d/src/gallium/winsys/svga/drm/ |
| H A D | vmw_msg.c | 306 vmw_open_channel(struct rpc_channel *channel, unsigned protocol) in vmw_open_channel() argument
|
| /third_party/node/deps/openssl/openssl/apps/lib/ |
| H A D | s_socket.c | 77 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 D | tcp.c | 476 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 D | module-raop-discover.c | 78 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 D | module-zeroconf-discover.c | 59 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...] |