Home
last modified time | relevance | path

Searched refs:proto (Results 1501 - 1525 of 3763) sorted by relevance

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

/kernel/linux/linux-6.6/net/ipv6/
H A Daf_inet6.c126 struct proto *answer_prot; in inet6_create()
161 * Be more specific, e.g. net-pf-10-proto-132-type-1 in inet6_create()
162 * (net-pf-PF_INET6-proto-IPPROTO_SCTP-type-SOCK_STREAM) in inet6_create()
165 request_module("net-pf-%d-proto-%d-type-%d", in inet6_create()
168 * Fall back to generic, e.g. net-pf-10-proto-132 in inet6_create()
169 * (net-pf-PF_INET6-proto-IPPROTO_SCTP) in inet6_create()
172 request_module("net-pf-%d-proto-%d", in inet6_create()
444 const struct proto *prot; in inet6_bind_sk()
568 const struct proto *prot; in inet6_ioctl()
652 const struct proto *pro in inet6_sendmsg()
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H A Dip_tunnel_core.c51 __be32 src, __be32 dst, __u8 proto, in iptunnel_xmit()
75 iph->protocol = proto; in iptunnel_xmit()
358 u8 proto = ip6h->nexthdr; in iptunnel_pmtud_check_icmpv6() local
369 offset = ipv6_skip_exthdr(skb, sizeof(struct ipv6hdr), &proto, in iptunnel_pmtud_check_icmpv6()
374 if (proto == IPPROTO_ICMPV6) { in iptunnel_pmtud_check_icmpv6()
50 iptunnel_xmit(struct sock *sk, struct rtable *rt, struct sk_buff *skb, __be32 src, __be32 dst, __u8 proto, __u8 tos, __u8 ttl, __be16 df, bool xnet) iptunnel_xmit() argument
/third_party/ffmpeg/libavformat/
H A Drtspdec.c652 char proto[128], host[128], path[512], auth[128]; in rtsp_listen() local
668 av_url_split(proto, sizeof(proto), auth, sizeof(auth), host, sizeof(host), in rtsp_listen()
672 ff_url_join(rt->control_uri, sizeof(rt->control_uri), proto, NULL, host, in rtsp_listen()
675 if (!strcmp(proto, "rtsps")) { in rtsp_listen()
/third_party/libcoap/src/
H A Dcoap_subscribe.c84 if (ep->proto == e_proto && in coap_persist_observe_add()
118 if (!coap_pdu_parse(session->proto, data, data_len, pdu)) { in coap_persist_observe_add()
320 /* New record 'key proto listen addr_info len raw_packet len oscore' */ in coap_op_observe_read()
835 /* New record 'proto len resource_name len raw_packet' */ in coap_op_dyn_resource_read()
886 * Each record 'proto len resource_name len raw_packet'
930 session->proto = e_proto; in coap_op_dyn_resource_load_disk()
931 if (!coap_pdu_parse(session->proto, raw_packet->s, in coap_op_dyn_resource_load_disk()
1017 if (!coap_op_dyn_resource_write(fp_new, session->proto, in coap_op_dyn_resource_added()
/third_party/python/Lib/test/
H A Dtest_builtin.py139 def check_iter_pickle(self, it, seq, proto):
141 d = pickle.dumps(it, proto)
152 d = pickle.dumps(it, proto)
916 for proto in range(pickle.HIGHEST_PROTOCOL + 1):
919 self.check_iter_pickle(f1, list(f2), proto)
1138 for proto in range(pickle.HIGHEST_PROTOCOL + 1):
1141 self.check_iter_pickle(m1, list(m2), proto)
1741 for proto in range(pickle.HIGHEST_PROTOCOL + 1):
1743 self.check_iter_pickle(z1, t, proto)
1749 for proto i
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dwifi_hdi_common.h121 char* HdiGetIeTxt(char *pos, char *end, const char *proto,
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dprocess_32.c55 #include <asm/proto.h>
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Ddrop_monitor_tests.sh73 $TC filter add dev dummy10 egress pref 1 handle 101 proto ip \
/kernel/linux/linux-5.10/drivers/input/joystick/
H A Dtwidjoy.c227 .proto = SERIO_TWIDJOY,
H A Dwarrior.c183 .proto = SERIO_WARRIOR,
H A Dstinger.c174 .proto = SERIO_STINGER,
H A Dmagellan.c188 .proto = SERIO_MAGELLAN,
/kernel/linux/linux-5.10/drivers/input/keyboard/
H A Dstowaway.c136 .proto = SERIO_STOWAWAY,
H A Dnewtonkbd.c132 .proto = SERIO_NEWTON,
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Dhampshire.c164 .proto = SERIO_HAMPSHIRE,
H A Dgunze.c152 .proto = SERIO_GUNZE,
H A Dtsc40.c147 .proto = SERIO_TSC40,
H A Dinexio.c166 .proto = SERIO_INEXIO,
H A Degalax_ts_serial.c167 .proto = SERIO_EGALAX,
H A Ddynapro.c165 .proto = SERIO_DYNAPRO,
H A Dtouchit213.c194 .proto = SERIO_TOUCHIT213,
H A Dtouchright.c154 .proto = SERIO_TOUCHRIGHT,
H A Dtouchwin.c161 .proto = SERIO_TOUCHWIN,
H A Dmtouch.c180 .proto = SERIO_MICROTOUCH,
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H A Dqed_cxt.h213 int qed_cxt_free_proto_ilt(struct qed_hwfn *p_hwfn, enum protocol_type proto);

Completed in 17 milliseconds

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