Home
last modified time | relevance | path

Searched refs:PW_VIRTUAL (Results 1 – 2 of 2) sorted by relevance

/external/ppp/pppd/plugins/radius/
Dradius.c894 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()
Dradiusclient.h278 #define PW_VIRTUAL 5 macro