Home
last modified time | relevance | path

Searched refs:ROLE_CLIENT (Results 1 – 11 of 11) sorted by relevance

/dports/security/libssh/libssh-0.9.6/tests/unittests/
H A Dtorture_packet_filter.c61 #define ROLE_CLIENT 0 macro
408 .role = ROLE_CLIENT, in torture_packet_filter_check_auth_success()
418 .role = ROLE_CLIENT, in torture_packet_filter_check_auth_success()
428 .role = ROLE_CLIENT, in torture_packet_filter_check_auth_success()
438 .role = ROLE_CLIENT, in torture_packet_filter_check_auth_success()
449 .role = ROLE_CLIENT, in torture_packet_filter_check_auth_success()
/dports/games/openomf/openomf-c36c421/include/game/
H A Dgame_state_type.h14 ROLE_CLIENT, enumerator
/dports/security/nmap/nmap-7.91/nping/
H A DNpingOps.cc1014 if (r!=ROLE_NORMAL && r!=ROLE_CLIENT && r!=ROLE_SERVER){ in setRole()
1029 this->role=ROLE_CLIENT; in setRoleClient()
2257 }else if( this->getRole() == ROLE_CLIENT ){ in validateOptions()
2303 if( !this->isRoot() && (this->getRole()==ROLE_SERVER || this->getRole()==ROLE_CLIENT) ) in validateOptions()
2519 if(this->getRole()==ROLE_CLIENT){ in validateOptions()
2547 if(this->getRole()==ROLE_CLIENT || this->getRole()==ROLE_SERVER ){ in validateOptions()
2663 if(this->getRole()==ROLE_CLIENT){ in displayStatistics()
2700 if(this->getRole()==ROLE_CLIENT){ in displayStatistics()
2891 if(this->getRole()!=ROLE_CLIENT){ in setDefaultHeaderValues()
H A Dnping.cc168 case ROLE_CLIENT: in main()
H A DNpingOps.h76 #define ROLE_CLIENT 0x44 macro
H A DProbeMode.cc1730 if( o.getRole() == ROLE_CLIENT ){ in probe_nping_event_handler()
/dports/games/openomf/openomf-c36c421/src/game/scenes/mainmenu/
H A Dmenu_connect.c36 s->gs->role = ROLE_CLIENT; in menu_connect_start()
111 net_controller_create(player1_ctrl, local->host, event.peer, ROLE_CLIENT); in menu_connect_tick()
/dports/security/tcpcrypt/tcpcrypt-0.5/src/
H A Dtcpcrypt.h86 ROLE_CLIENT = 1, enumerator
H A Dtcpcrypt.c369 case ROLE_CLIENT: in compute_keys()
1418 tc->tc_role = ROLE_CLIENT; in do_output_pkconf_rcvd()
/dports/games/openomf/openomf-c36c421/src/game/scenes/
H A Darena.c341 if (is_netplay(scene) && scene->gs->role == ROLE_CLIENT) { in arena_har_take_hit_hook()
367 if (is_netplay(scene) && scene->gs->role == ROLE_CLIENT) { in arena_har_recover_hook()
700 if (scene->gs->role == ROLE_CLIENT) { in maybe_install_har_hooks()
874 if (is_netplay(scene) && scene->gs->role == ROLE_CLIENT) { in arena_spawn_hazard()
/dports/games/openomf/openomf-c36c421/src/game/
H A Dgame_state.c61 gs->role = ROLE_CLIENT; in game_state_create()