Lines Matching refs:test_destination
81 static uint16_t test_destination = 0x0001; variable
418 printf("Destination: %04x\n", test_destination); in show_usage()
478 test_destination = 0x0001; in stdin_process()
481 test_destination = pts_virtual_addresss->pseudo_dst; in stdin_process()
484 test_destination = 0xd000; in stdin_process()
487 test_destination = MESH_ADDRESS_ALL_PROXIES; in stdin_process()
490 test_destination = MESH_ADDRESS_ALL_FRIENDS; in stdin_process()
493 test_destination = MESH_ADDRESS_ALL_RELAYS; in stdin_process()
496 test_destination = MESH_ADDRESS_ALL_NODES; in stdin_process()
499 send_pts_network_messsage(test_destination, ttl); in stdin_process()
503 send_pts_unsegmented_access_messsage(test_destination, ttl); in stdin_process()
507 send_pts_segmented_access_messsage_unicast(test_destination, ttl); in stdin_process()