/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 1281 pub fn getservbyname(name: *const ::c_char, proto: *const ::c_char) -> *mut servent; in getservbyname() 1282 pub fn getservbyport(port: ::c_int, proto: *const ::c_char) -> *mut servent; in getservbyport() 1286 pub fn getprotobynumber(proto: ::c_int) -> *mut protoent; in getprotobynumber()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | config_file.c | 53 ssid->proto = WPA_PROTO_WAPI; in wpa_config_validate_network() 57 ssid->proto = WPA_PROTO_WAPI; in wpa_config_validate_network() 503 if (ssid->proto == DEFAULT_PROTO) in write_proto() 506 value = wpa_config_get(ssid, "proto"); in write_proto()
|
H A D | events.c | 679 while ((ssid->proto & WPA_PROTO_WAPI) && wapi_ie) { in wpa_supplicant_ssid_bss_match() 708 while ((ssid->proto & (WPA_PROTO_RSN | WPA_PROTO_OSEN)) && rsn_ie) { in wpa_supplicant_ssid_bss_match() 733 if (!(ie.proto & ssid->proto) && in wpa_supplicant_ssid_bss_match() 734 !(ssid->proto & WPA_PROTO_OSEN)) { in wpa_supplicant_ssid_bss_match() 737 " skip RSN IE - proto mismatch"); in wpa_supplicant_ssid_bss_match() 810 while ((ssid->proto & WPA_PROTO_WPA) && wpa_ie) { in wpa_supplicant_ssid_bss_match() 831 if (!(ie.proto & ssid->proto)) { in wpa_supplicant_ssid_bss_match() 834 " skip WPA IE - proto mismatc in wpa_supplicant_ssid_bss_match() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_pf.c | 2400 __be16 proto) in otx2_do_set_vf_vlan() 2499 vtag_req->tx.vtag0 = ((u64)ntohs(proto) << 16) | vlan; in otx2_do_set_vf_vlan() 2539 __be16 proto) in otx2_set_vf_vlan() 2554 if (proto != htons(ETH_P_8021Q)) in otx2_set_vf_vlan() 2560 return otx2_do_set_vf_vlan(pf, vf, vlan, qos, proto); in otx2_set_vf_vlan() 2399 otx2_do_set_vf_vlan(struct otx2_nic *pf, int vf, u16 vlan, u8 qos, __be16 proto) otx2_do_set_vf_vlan() argument 2538 otx2_set_vf_vlan(struct net_device *netdev, int vf, u16 vlan, u8 qos, __be16 proto) otx2_set_vf_vlan() argument
|
/kernel/linux/linux-6.6/net/unix/ |
H A D | af_unix.c | 46 * for all net proto families now (2.5.69+) 943 struct proto unix_dgram_proto = { 954 struct proto unix_stream_proto = { 2450 const struct proto *prot = READ_ONCE(sk->sk_prot); in unix_dgram_recvmsg() 2862 const struct proto *prot = READ_ONCE(sk->sk_prot); in unix_stream_recvmsg() 2927 const struct proto *prot = READ_ONCE(other->sk_prot); in unix_shutdown()
|
/kernel/liteos_a/net/lwip-2.1/enhancement/src/ |
H A D | api_shell.c | 3093 u_int proto; local 3318 proto = rpcb->protocol; // raw_proto; 3321 "raw", recvQlen, sendQlen, local_ip_port, remote_ip_port, proto, 0); // rpcb->hdrincl 3355 proto = rpcb->protocol; // ntohs(rpcb->proto.eth_proto); 3358 "%-12s%-12d%-12d%-16x%-12s\n", "pkt-raw", recvQlen, sendQlen, proto, netif_name);
|
/third_party/python/Lib/test/ |
H A D | test_set.py | 243 for proto in range(pickle.HIGHEST_PROTOCOL + 1): 246 d = pickle.dumps(itorg, proto) 259 d = pickle.dumps(it, proto) 927 for proto in range(pickle.HIGHEST_PROTOCOL + 1): 928 p = pickle.dumps(self.set, proto)
|
H A D | test_socket.py | 843 self.assertIn('proto=0', repr(s)) 855 expected = ('<socket object, fd=%s, family=%s, type=%s, proto=%s>' 856 % (s.fileno(), s.family, s.type, s.proto)) 860 expected = ('<socket object, fd=-1, family=%s, type=%s, proto=%s>' 861 % (s.family, s.type, s.proto)) 1464 self.assertEqual(sock.proto, 0) 1552 # test proto and flags arguments 1570 b = socket.getaddrinfo(HOST, None, proto=socket.SOL_TCP) 1578 type=socket.SOCK_STREAM, proto=0, 1865 family=unknown_family, type=unknown_type, proto [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/emulex/benet/ |
H A D | be_main.c | 835 u16 proto; in be_get_wrb_params_from_skb() local 845 proto = skb_inner_ip_proto(skb); in be_get_wrb_params_from_skb() 847 proto = skb_ip_proto(skb); in be_get_wrb_params_from_skb() 849 if (proto == IPPROTO_TCP) in be_get_wrb_params_from_skb() 851 else if (proto == IPPROTO_UDP) in be_get_wrb_params_from_skb() 1481 dev_info(dev, "skb[%d] %p len %d proto 0x%x\n", in be_tx_timeout() 1573 static int be_vlan_add_vid(struct net_device *netdev, __be16 proto, u16 vid) in be_vlan_add_vid() argument 1596 static int be_vlan_rem_vid(struct net_device *netdev, __be16 proto, u16 vid) in be_vlan_rem_vid() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/emulex/benet/ |
H A D | be_main.c | 834 u16 proto; in be_get_wrb_params_from_skb() local 844 proto = skb_inner_ip_proto(skb); in be_get_wrb_params_from_skb() 846 proto = skb_ip_proto(skb); in be_get_wrb_params_from_skb() 848 if (proto == IPPROTO_TCP) in be_get_wrb_params_from_skb() 850 else if (proto == IPPROTO_UDP) in be_get_wrb_params_from_skb() 1480 dev_info(dev, "skb[%d] %p len %d proto 0x%x\n", in be_tx_timeout() 1572 static int be_vlan_add_vid(struct net_device *netdev, __be16 proto, u16 vid) in be_vlan_add_vid() argument 1595 static int be_vlan_rem_vid(struct net_device *netdev, __be16 proto, u16 vid) in be_vlan_rem_vid() argument
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_from_tgsi.cpp | 1727 T (Function::*proto)); 1731 T (Function::*proto)); 4294 T (Function::*proto)) in updateCallArgs() 4299 for (unsigned a = 0; a < (g->*proto).size(); ++a) { in updateCallArgs() 4300 Value *v = (g->*proto)[a].get(); in updateCallArgs() 4310 BitSet *set, void (Function::*updateSet)(), T (Function::*proto)) in updatePrototype() 4320 (func->*proto).push_back(v); in updatePrototype()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | ipr.c | 1148 * @proto: cfgte device bus protocol value 1153 static void ipr_update_ata_class(struct ipr_resource_entry *res, unsigned int proto) in ipr_update_ata_class() argument 1155 switch (proto) { in ipr_update_ata_class() 1182 unsigned int proto; in ipr_init_res_entry() local 1196 proto = cfgtew->u.cfgte64->proto; in ipr_init_res_entry() 1242 proto = cfgtew->u.cfgte->proto; in ipr_init_res_entry() 1256 ipr_update_ata_class(res, proto); in ipr_init_res_entry() 1342 unsigned int proto; in ipr_update_res_entry() local [all...] |
/kernel/linux/linux-5.10/arch/x86/mm/ |
H A D | init.c | 22 #include <asm/proto.h>
|
H A D | numa.c | 16 #include <asm/proto.h>
|
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/ |
H A D | efistub.h | 797 efi_status_t efi_setup_gop(struct screen_info *si, efi_guid_t *proto,
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | process.c | 44 #include <asm/proto.h>
|
H A D | amd_gart_64.c | 37 #include <asm/proto.h>
|
H A D | mpparse.c | 27 #include <asm/proto.h>
|
/kernel/linux/linux-5.10/arch/x86/platform/efi/ |
H A D | efi_64.c | 43 #include <asm/proto.h>
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/ |
H A D | vxlan_asymmetric.sh | 513 in_ns ns1 tc filter add dev vx10 ingress proto arp pref 1 handle 101 \
|
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | wacom_w8001.c | 689 .proto = SERIO_W8001,
|
/kernel/linux/linux-5.10/drivers/input/keyboard/ |
H A D | lkkbd.c | 701 .proto = SERIO_LKKBD,
|
/kernel/linux/linux-5.10/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib.h | 132 __be16 proto; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | common.h | 422 u8 proto; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
H A D | chtls_main.c | 35 static struct proto chtls_cpl_prot, chtls_cpl_protv6;
|