Searched refs:sock_get_default_impl (Results 1 – 3 of 3) sorted by relevance
86 def sock_get_default_impl(client): function
42 socket_impl=$("$rpc_py" sock_get_default_impl | jq -r '.impl_name')
3780 def sock_get_default_impl(args):3781 print_json(rpc.sock.sock_get_default_impl(args.client))3783 p = subparsers.add_parser('sock_get_default_impl', help="Get the default sock implementation name")3784 p.set_defaults(func=sock_get_default_impl)3601 def sock_get_default_impl(args): global() function