Home
last modified time | relevance | path

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

/openbsd/usr.sbin/npppd/npppd/
H A Dpsm-opt.h64 (psm)->opt.confopt |= PSM_OPT_REQUEST_PEERS; \
69 #define psm_opt_is_requested(psm, confopt) \ argument
74 (psm)->opt.confopt |= PSM_OPT_REQUEST_OURS; \
84 (psm)->opt.confopt |= PSM_OPT_ACCEPT_PEERS; \
89 #define psm_opt_is_accepted(psm, confopt) \ argument
94 (psm)->opt.confopt |= PSM_OPT_ACCEPT_OURS; \
96 (psm)->opt.confopt &= ~PSM_OPT_ACCEPT_OURS; \
104 (psm)->opt.confopt |= PSM_OPT_REJECT_PEERS; \
109 #define psm_opt_is_rejected(psm, confopt) \ argument
114 (psm)->opt.confopt |= PSM_OPT_REJECT_OURS; \
[all …]