Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Ddescriptor.h29 #define PHYSICAL_DESCRIPTOR (1) macro
H A Dphysical.h123 ((d)->type == PHYSICAL_DESCRIPTOR ? field2phys(d, desc) : NULL)
H A Dphysical.c148 p->desc.type = PHYSICAL_DESCRIPTOR; in physical_SetDescriptor()