/kernel/linux/linux-6.6/net/ipv6/ |
H A D | af_inet6.c | 126 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 D | ip_tunnel_core.c | 51 __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 D | rtspdec.c | 652 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 D | coap_subscribe.c | 84 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 D | test_builtin.py | 139 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 D | wifi_hdi_common.h | 121 char* HdiGetIeTxt(char *pos, char *end, const char *proto,
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | process_32.c | 55 #include <asm/proto.h>
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | drop_monitor_tests.sh | 73 $TC filter add dev dummy10 egress pref 1 handle 101 proto ip \
|
/kernel/linux/linux-5.10/drivers/input/joystick/ |
H A D | twidjoy.c | 227 .proto = SERIO_TWIDJOY,
|
H A D | warrior.c | 183 .proto = SERIO_WARRIOR,
|
H A D | stinger.c | 174 .proto = SERIO_STINGER,
|
H A D | magellan.c | 188 .proto = SERIO_MAGELLAN,
|
/kernel/linux/linux-5.10/drivers/input/keyboard/ |
H A D | stowaway.c | 136 .proto = SERIO_STOWAWAY,
|
H A D | newtonkbd.c | 132 .proto = SERIO_NEWTON,
|
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | hampshire.c | 164 .proto = SERIO_HAMPSHIRE,
|
H A D | gunze.c | 152 .proto = SERIO_GUNZE,
|
H A D | tsc40.c | 147 .proto = SERIO_TSC40,
|
H A D | inexio.c | 166 .proto = SERIO_INEXIO,
|
H A D | egalax_ts_serial.c | 167 .proto = SERIO_EGALAX,
|
H A D | dynapro.c | 165 .proto = SERIO_DYNAPRO,
|
H A D | touchit213.c | 194 .proto = SERIO_TOUCHIT213,
|
H A D | touchright.c | 154 .proto = SERIO_TOUCHRIGHT,
|
H A D | touchwin.c | 161 .proto = SERIO_TOUCHWIN,
|
H A D | mtouch.c | 180 .proto = SERIO_MICROTOUCH,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_cxt.h | 213 int qed_cxt_free_proto_ilt(struct qed_hwfn *p_hwfn, enum protocol_type proto);
|