Searched refs:PW_VIRTUAL (Results 1 – 2 of 2) sorted by relevance
894 av_type = ( using_pty ? PW_VIRTUAL : ( sync_serial ? PW_SYNC : PW_ASYNC ) ); in radius_acct_start()995 av_type = ( using_pty ? PW_VIRTUAL : ( sync_serial ? PW_SYNC : PW_ASYNC ) ); in radius_acct_stop()1139 av_type = ( using_pty ? PW_VIRTUAL : ( sync_serial ? PW_SYNC : PW_ASYNC ) ); in radius_acct_interim()
278 #define PW_VIRTUAL 5 macro