/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-dynamic/ |
H A D | minimal-http-server-dynamic.c | 219 { "defprot", lws_callback_http_dummy, 0, 0, 0, NULL, 0 }, protocol = variable
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-ring/ |
H A D | protocol_lws_minimal.c | 46 const struct lws_protocols *protocol; member
|
/third_party/node/src/inspector/ |
H A D | node_string.cc | 9 namespace protocol { namespace
|
H A D | tracing_agent.cc | 12 namespace protocol { namespace
|
H A D | worker_agent.cc | 9 namespace protocol { namespace
|
/third_party/ltp/testcases/kernel/syscalls/send/ |
H A D | send02.c | 58 int domain, type, protocol; member
|
/third_party/libwebsockets/lib/system/ntpclient/ |
H A D | ntpclient.c | 34 const struct lws_protocols *protocol; member
|
/third_party/libwebsockets/minimal-examples/client-server/minimal-ws-proxy/ |
H A D | protocol_lws_minimal.c | 42 const struct lws_protocols *protocol; member
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads/ |
H A D | protocol_lws_minimal.c | 42 const struct lws_protocols *protocol; member
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-smp/ |
H A D | protocol_lws_minimal.c | 42 const struct lws_protocols *protocol; member
|
/third_party/ltp/testcases/realtime/stress/pi-tests/ |
H A D | testpi-3.c | 371 int protocol; in main() local
|
/third_party/lwip/src/netif/ppp/ |
H A D | mppe.c | 193 mppe_compress(ppp_pcb *pcb, ppp_mppe_state *state, struct pbuf **pb, u16_t protocol) in mppe_compress() argument
|
/third_party/python/Objects/clinic/ |
H A D | typeobject.c.h | 185 int protocol; in object___reduce_ex__() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/l2_packet/ |
H A D | l2_packet_none.c | 67 l2_packet_init( const char *ifname, const u8 *own_addr, unsigned short protocol, void (*rx_callback)(void *ctx, const u8 *src_addr, const u8 *buf, size_t len), void *rx_callback_ctx, int l2_hdr) l2_packet_init() argument 94 l2_packet_init_bridge( const char *br_ifname, const char *ifname, const u8 *own_addr, unsigned short protocol, void (*rx_callback)(void *ctx, const u8 *src_addr, const u8 *buf, size_t len), void *rx_callback_ctx, int l2_hdr) l2_packet_init_bridge() argument
|
H A D | l2_packet_rtos.c | 87 l2_packet_init( const char *ifname, const u8 *own_addr, unsigned short protocol, void (*rx_callback)(void *ctx, const u8 *src_addr, const u8 *buf, size_t len), void *rx_callback_ctx, int l2_hdr) l2_packet_init() argument 121 l2_packet_init_bridge( const char *br_ifname, const char *ifname, const u8 *own_addr, unsigned short protocol, void (*rx_callback)(void *ctx, const u8 *src_addr, const u8 *buf, size_t len), void *rx_callback_ctx, int l2_hdr) l2_packet_init_bridge() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/l2_packet/ |
H A D | l2_packet_none.c | 67 l2_packet_init( const char *ifname, const u8 *own_addr, unsigned short protocol, void (*rx_callback)(void *ctx, const u8 *src_addr, const u8 *buf, size_t len), void *rx_callback_ctx, int l2_hdr) l2_packet_init() argument 94 l2_packet_init_bridge( const char *br_ifname, const char *ifname, const u8 *own_addr, unsigned short protocol, void (*rx_callback)(void *ctx, const u8 *src_addr, const u8 *buf, size_t len), void *rx_callback_ctx, int l2_hdr) l2_packet_init_bridge() argument
|
H A D | l2_packet_rtos.c | 87 l2_packet_init( const char *ifname, const u8 *own_addr, unsigned short protocol, void (*rx_callback)(void *ctx, const u8 *src_addr, const u8 *buf, size_t len), void *rx_callback_ctx, int l2_hdr) l2_packet_init() argument 121 l2_packet_init_bridge( const char *br_ifname, const char *ifname, const u8 *own_addr, unsigned short protocol, void (*rx_callback)(void *ctx, const u8 *src_addr, const u8 *buf, size_t len), void *rx_callback_ctx, int l2_hdr) l2_packet_init_bridge() argument
|
/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
|