Home
last modified time | relevance | path

Searched refs:UDP_DEVICE (Results 1 – 4 of 4) sorted by relevance

/dragonfly/usr.sbin/ppp/
H A Dudp.c75 #define device2udp(d) ((d)->type == UDP_DEVICE ? (struct udpdevice *)d : NULL)
156 UDP_DEVICE,
180 if (type == UDP_DEVICE) { in udp_iov2device()
H A Dphysical.h34 #define UDP_DEVICE 4 macro
H A Dradius.c689 case UDP_DEVICE: in radius_put_physical_details()
H A Dphysical.c905 p->handler->type == UDP_DEVICE)) { in physical_Login()