Home
last modified time | relevance | path

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

/openbsd/usr.sbin/npppd/npppd/
H A Dpsm-opt.h49 #define PSM_OPT_REQUEST_OURS 0x01 macro
70 (((psm)->opt.confopt & PSM_OPT_REQUEST_OURS) != 0)
74 (psm)->opt.confopt |= PSM_OPT_REQUEST_OURS; \
76 (psm)->opt.confopt &= ~PSM_OPT_REQUEST_OURS; \