Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Ddescriptor.h37 #define CHAP_DESCRIPTOR (9) macro
H A Dchap.h62 ((d)->type == CHAP_DESCRIPTOR ? (struct chap *)(d) : NULL)
H A Dchap.c671 chap->desc.type = CHAP_DESCRIPTOR; in chap_Init()