Home
last modified time | relevance | path

Searched refs:proto (Results 1651 - 1675 of 3763) sorted by relevance

1...<<61626364656667686970>>...151

/kernel/linux/linux-6.6/net/rxrpc/
H A Daf_rxrpc.c34 static struct proto rxrpc_proto;
416 return call->conn->proto.epoch; in rxrpc_kernel_get_epoch()
959 static struct proto rxrpc_proto = {
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_log_syslog.c185 u8 proto, int fragment, in nf_log_dump_tcp_header()
266 u8 proto, int fragment, in nf_log_dump_udp_header()
272 if (proto == IPPROTO_UDP) in nf_log_dump_udp_header()
183 nf_log_dump_tcp_header(struct nf_log_buf *m, const struct sk_buff *skb, u8 proto, int fragment, unsigned int offset, unsigned int logflags) nf_log_dump_tcp_header() argument
264 nf_log_dump_udp_header(struct nf_log_buf *m, const struct sk_buff *skb, u8 proto, int fragment, unsigned int offset) nf_log_dump_udp_header() argument
/kernel/linux/linux-6.6/net/bluetooth/rfcomm/
H A Dsock.c265 static struct proto rfcomm_proto = {
272 int proto, gfp_t prio, int kern) in rfcomm_sock_alloc()
277 sk = bt_sock_alloc(net, sock, &rfcomm_proto, proto, prio, kern); in rfcomm_sock_alloc()
271 rfcomm_sock_alloc(struct net *net, struct socket *sock, int proto, gfp_t prio, int kern) rfcomm_sock_alloc() argument
/kernel/linux/linux-6.6/net/bridge/
H A Dbr_multicast_eht.c380 switch (src->proto) { in br_multicast_ip_src_to_eht_addr()
540 src_ip.proto = pg->key.addr.proto; in __eht_del_set_entries()
/third_party/curl/lib/
H A Dkrb5.c239 struct pingpong *pp = &conn->proto.ftpc.pp; in krb5_auth()
328 struct pingpong *pp = &conn->proto.ftpc.pp; in krb5_auth()
761 struct pingpong *pp = &conn->proto.ftpc.pp; in sec_set_protection_level()
/third_party/libcoap/src/
H A Dcoap_debug.c735 if (!pdu->session || COAP_PROTO_NOT_RELIABLE(pdu->session->proto)) { in coap_show_pdu()
739 } else if (pdu->session->proto == COAP_PROTO_WS || in coap_show_pdu()
740 pdu->session->proto == COAP_PROTO_WSS) { in coap_show_pdu()
/third_party/jerryscript/jerry-core/vm/
H A Dopcodes.c994 ecma_value_t proto = ecma_make_object_value (proto_p); in opfunc_init_class() local
1010 property_value_p->value = proto; in opfunc_init_class()
1037 stack_top_p[-1] = proto; in opfunc_init_class()
/third_party/lwip/src/api/
H A Dapi_lib.c143 * @param proto the IP protocol for RAW IP pcbs
149 netconn_new_with_proto_and_callback(enum netconn_type t, u8_t proto, netconn_callback callback) in netconn_new_with_proto_and_callback() argument
159 API_MSG_VAR_REF(msg).msg.n.proto = proto; in netconn_new_with_proto_and_callback()
/third_party/lwip/src/core/ipv4/
H A Detharp.c690 (hdr->proto != PP_HTONS(ETHTYPE_IP))) {
692 ("etharp_input: packet dropped, wrong hw type, hwlen, proto, protolen or ethernet type (%"U16_F"/%"U16_F"/%"U16_F"/%"U16_F")\n",
693 hdr->hwtype, (u16_t)hdr->hwlen, hdr->proto, (u16_t)hdr->protolen));
1181 hdr->proto = PP_HTONS(ETHTYPE_IP);
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
H A DNumberingScheme.java50 import com.google.i18n.phonenumbers.metadata.proto.Types.ValidNumberType;
51 import com.google.i18n.phonenumbers.metadata.proto.Types.XmlNumberType;
52 import com.google.i18n.phonenumbers.metadata.proto.Types.XmlShortcodeType;
/third_party/python/Lib/test/test_asyncio/
H A Dtest_sock_lowlevel.py523 for family, type, proto, cname, address in infos:
525 sock = socket.socket(family=family, type=type, proto=proto)
/third_party/python/Lib/test/
H A Dtest_selectors.py29 def socketpair(family=socket.AF_INET, type=socket.SOCK_STREAM, proto=0):
30 with socket.socket(family, type, proto) as l:
33 c = socket.socket(family, type, proto)
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dibss_rsn.c62 static int supp_ether_send(void *ctx, const u8 *dest, u16 proto, const u8 *buf, in supp_ether_send() argument
68 wpa_printf(MSG_DEBUG, "SUPP: %s(dest=" MACSTR " proto=0x%04x " in supp_ether_send()
70 __func__, MAC2STR(dest), proto, (unsigned long) len); in supp_ether_send()
73 return l2_packet_send(wpa_s->l2, dest, proto, buf, len); in supp_ether_send()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dwpa_common.h491 int proto; member
534 const char * wpa_key_mgmt_txt(int key_mgmt, int proto);
695 u32 wpa_cipher_to_suite(int proto, int cipher);
/third_party/libcoap/examples/
H A Dcoap-server.c885 coap_proto_t proto; in get_ongoing_proxy_session() local
922 proto = info_list->proto; in get_ongoing_proxy_session()
931 coap_new_client_session(context, NULL, &dst, proto); in get_ongoing_proxy_session()
948 coap_new_client_session_pki(context, NULL, &dst, proto, dtls_pki); in get_ongoing_proxy_session()
954 coap_new_client_session_psk2(context, NULL, &dst, proto, dtls_cpsk); in get_ongoing_proxy_session()
2336 ep = coap_new_endpoint(ctx, &info->addr, info->proto); in get_context()
2338 coap_log_warn("cannot create endpoint for proto %u\n", in get_context()
2339 info->proto); in get_context()
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dsetup_percpu.c21 #include <asm/proto.h>
H A Didt.c10 #include <asm/proto.h>
H A Dtls.c14 #include <asm/proto.h>
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dptrace.h97 #include <asm/proto.h>
/kernel/linux/common_modules/newip/third_party/linux-5.10/include/net/
H A Dtcp_nip.h55 extern struct proto tcp_nip_prot;
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/
H A Dmirror_gre_bridge_1q_lag.sh228 proto 802.1q flower vlan_ethtype arp $tcflags \
231 "proto 802.1q flower vlan_id 333 $tcflags"
/kernel/linux/linux-5.10/drivers/input/joystick/
H A Dspaceorb.c203 .proto = SERIO_SPACEORB,
H A Dfsia6b.c211 .proto = SERIO_FSIA6B,
/kernel/linux/linux-5.10/drivers/input/serio/
H A Dserport.c200 serport->id.proto = type & 0x000000ff; in serport_set_type()
/kernel/linux/linux-5.10/drivers/input/joystick/iforce/
H A Diforce-serio.c232 .proto = SERIO_IFORCE,

Completed in 28 milliseconds

1...<<61626364656667686970>>...151