Home
last modified time | relevance | path

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

/external/ppp/pppd/plugins/radius/
Dradius.c931 av_type = ( using_pty ? PW_VIRTUAL : ( sync_serial ? PW_SYNC : PW_ASYNC ) ); in radius_acct_start()
1035 av_type = ( using_pty ? PW_VIRTUAL : ( sync_serial ? PW_SYNC : PW_ASYNC ) ); in radius_acct_stop()
1183 av_type = ( using_pty ? PW_VIRTUAL : ( sync_serial ? PW_SYNC : PW_ASYNC ) ); in radius_acct_interim()
Dradiusclient.h277 #define PW_ASYNC 0 macro