Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/ppp/
HDdescriptor.h34 #define BUNDLE_DESCRIPTOR (6) macro
HDbundle.h161 ((d)->type == BUNDLE_DESCRIPTOR ? (struct bundle *)(d) : NULL)
HDbundle.c858 bundle.desc.type = BUNDLE_DESCRIPTOR; in bundle_Create()