Lines Matching defs:errx
617 cti_status_t errx = kCTIStatus_NoError;
642 errx = init_connection(ref, "com.apple.wpantund.xpc", dict, command_name, property_name, return_property_name,
644 if (errx) // On error init_connection() leaves *conn_ref set to NULL
646 ERROR(PUB_S_SRP ": Since init_connection() returned %d error returning w/o sending msg", command_name, errx);
647 return errx;
650 return errx;
683 cti_status_t errx;
696 errx = setup_for_command(NULL, client_queue, "add_service", NULL, NULL, dict, "WpanctlCmd",
700 return errx;
710 cti_status_t errx;
719 errx = setup_for_command(NULL, client_queue, "remove_service", NULL, NULL, dict, "WpanctlCmd",
723 return errx;
733 cti_status_t errx;
762 errx = setup_for_command(NULL, client_queue, adding ? "add_prefix" : "remove_prefix", NULL, NULL, dict, "WpanctlCmd",
766 return errx;
794 cti_status_t errx;
811 errx = setup_for_command(NULL, client_queue, "add_route", NULL, NULL, dict, "WpanctlCmd",
815 return errx;
825 cti_status_t errx;
839 errx = setup_for_command(NULL, client_queue, "remove_route", NULL, NULL, dict, "WpanctlCmd",
843 return errx;
934 cti_status_t errx;
942 errx = setup_for_command(NULL, client_queue, "get_tunnel_name", NULL, "Config:TUN:InterfaceName", dict, "WpanctlCmd",
946 return errx;
956 cti_status_t errx;
962 errx = setup_for_command(ref, client_queue, "track_active_data_set", "ActiveDataSetChanged", NULL, dict, "WpanctlCmd",
966 return errx;
976 cti_status_t errx;
984 errx = setup_for_command(NULL, client_queue, "get_mesh_local_prefix", NULL,
989 return errx;
999 cti_status_t errx;
1007 errx = setup_for_command(NULL, client_queue, "get_mesh_local_address", NULL,
1012 return errx;
1088 cti_status_t errx;
1096 errx = setup_for_command(ref, client_queue, "get_state", "NCP:State", NULL, dict, "WpanctlCmd",
1100 return errx;
1160 cti_status_t errx;
1168 errx = setup_for_command(ref, client_queue, "get_uint64_property", property_name, NULL, dict, "WpanctlCmd",
1172 return errx;
1245 cti_status_t errx;
1253 errx = setup_for_command(ref, client_queue, "get_network_node_type", "Network:NodeType", NULL, dict, "WpanctlCmd",
1257 return errx;
1579 cti_status_t errx;
1587 errx = setup_for_command(ref, client_queue, "get_service_list", "Thread:Services", NULL, dict, "WpanctlCmd",
1591 return errx;
1812 cti_status_t errx;
1820 errx = setup_for_command(ref, client_queue, "get_prefix_list", "IPv6:Routes", NULL, dict, "WpanctlCmd",
1824 return errx;
2067 cti_status_t errx;
2075 errx = setup_for_command(ref, client_queue, "get_offmesh_route_list", "Thread:OffMeshroutes", NULL, dict, "WpanctlCmd",
2077 INFO("get_offmesh_route_list result %d", errx);
2080 return errx;
2229 cti_status_t errx;
2237 errx = setup_for_command(ref, client_queue, "get_onmesh_prefix_list", "Thread:OnMeshPrefixes", NULL, dict,
2240 INFO("result %d", errx);
2243 return errx;
2280 cti_status_t errx;
2288 errx = setup_for_command(ref, client_queue, "get_rloc16", NULL, NULL, dict, "WpanctlCmd",
2290 INFO("get_rloc16 result %d", errx);
2293 return errx;
2374 cti_status_t errx;
2382 errx = setup_for_command(ref, client_queue, "get_wed_status", "WakeOnDeviceConnectionStatus", NULL, dict, "WpanctlCmd",
2386 return errx;
2396 cti_status_t errx;
2404 errx = setup_for_command(ref, client_queue, "get_neighbor_ml_eid", "ThreadNeighborMeshLocalAddress", "ThreadNeighborMeshLocalAddress", dict, "WpanctlCmd",
2408 return errx;
2419 cti_status_t errx;
2432 errx = setup_for_command(NULL, client_queue, "add_mle_mapping", NULL, NULL, dict, "WpanctlCmd",
2436 return errx;