Home
last modified time | relevance | path

Searched refs:DbgFp (Results 1 – 5 of 5) sorted by relevance

/freebsd/libexec/rbootd/
H A Dutils.c87 if (DbgFp == NULL) { /* sanity */ in DispPkt()
93 fputs((direct==DIR_RCVD)?"<<< ":(direct==DIR_SENT)?">>> ":"", DbgFp); in DispPkt()
97 fprintf(DbgFp, "%02d:%02d:%02d.%06ld ", tmp->tm_hour, tmp->tm_min, in DispPkt()
101 fprintf(DbgFp, "Addr: %s Intf: %s\n", EnetStr(rconn), IntfName); in DispPkt()
106 (void) fprintf(DbgFp, "\t802.2 LLC: DSAP:%x SSAP:%x CTRL:%x\n", in DispPkt()
110 (void) fprintf(DbgFp, "\tHP Ext: DXSAP:%x SXSAP:%x\n", in DispPkt()
119 (void) fprintf(DbgFp, "\tBoot Request:"); in DispPkt()
123 fputs(" (Send Server ID)", DbgFp); in DispPkt()
125 fprintf(DbgFp," (Send Filename #%u)",t); in DispPkt()
127 (void) fputc('\n', DbgFp); in DispPkt()
[all …]
H A Drbootd.c109 DbgFp = stdout; /* output to stdout */ in main()
242 if (DbgFp != NULL) /* display packet */ in main()
409 if (DbgFp != NULL) in DebugOff()
410 (void) fclose(DbgFp); in DebugOff()
412 DbgFp = NULL; in DebugOff()
431 if (DbgFp == NULL) { in DebugOn()
432 if ((DbgFp = fopen(DbgFile, "w")) == NULL) in DebugOn()
H A Dconf.c71 FILE *DbgFp = NULL; /* debug file pointer */ variable
H A Ddefs.h136 extern FILE *DbgFp; /* debug file pointer */
H A Drmpproto.c569 if (DbgFp != NULL) /* display packet */ in SendPacket()