Home
last modified time | relevance | path

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

/freebsd-11-stable/usr.sbin/ppp/
HDdescriptor.h36 #define BUNDLE_DESCRIPTOR (6) macro
HDbundle.h163 ((d)->type == BUNDLE_DESCRIPTOR ? (struct bundle *)(d) : NULL)
HDbundle.c860 bundle.desc.type = BUNDLE_DESCRIPTOR; in bundle_Create()