Home
last modified time | relevance | path

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

/freebsd-11-stable/usr.sbin/ppp/
HDdescriptor.h39 #define CHAP_DESCRIPTOR (9) macro
HDchap.h64 ((d)->type == CHAP_DESCRIPTOR ? (struct chap *)(d) : NULL)
HDchap.c673 chap->desc.type = CHAP_DESCRIPTOR; in chap_Init()