Home
last modified time | relevance | path

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

/dragonfly/libexec/rbootd/
H A Ddefs.h85 #define DIR_RCVD 0 macro
H A Drbootd.c246 DispPkt(&rconn,DIR_RCVD); in main()
H A Dutils.c95 fputs((direct==DIR_RCVD)?"<<< ":(direct==DIR_SENT)?">>> ":"", DbgFp); in DispPkt()