/kernel/linux/linux-6.6/net/rxrpc/ |
H A D | af_rxrpc.c | 34 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 D | nf_log_syslog.c | 185 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 D | sock.c | 265 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 D | br_multicast_eht.c | 380 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 D | krb5.c | 239 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 D | coap_debug.c | 735 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 D | opcodes.c | 994 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 D | api_lib.c | 143 * @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 D | etharp.c | 690 (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 D | NumberingScheme.java | 50 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 D | test_sock_lowlevel.py | 523 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 D | test_selectors.py | 29 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 D | ibss_rsn.c | 62 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 D | wpa_common.h | 491 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 D | coap-server.c | 885 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 D | setup_percpu.c | 21 #include <asm/proto.h>
|
H A D | idt.c | 10 #include <asm/proto.h>
|
H A D | tls.c | 14 #include <asm/proto.h>
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | ptrace.h | 97 #include <asm/proto.h>
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/include/net/ |
H A D | tcp_nip.h | 55 extern struct proto tcp_nip_prot;
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/ |
H A D | mirror_gre_bridge_1q_lag.sh | 228 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 D | spaceorb.c | 203 .proto = SERIO_SPACEORB,
|
H A D | fsia6b.c | 211 .proto = SERIO_FSIA6B,
|
/kernel/linux/linux-5.10/drivers/input/serio/ |
H A D | serport.c | 200 serport->id.proto = type & 0x000000ff; in serport_set_type()
|
/kernel/linux/linux-5.10/drivers/input/joystick/iforce/ |
H A D | iforce-serio.c | 232 .proto = SERIO_IFORCE,
|