Lines Matching refs:flbuf
3706 dceflags2str(uint32_t flags, char *flbuf) in dceflags2str() argument
3708 char *str = flbuf; in dceflags2str()
3719 return (flbuf); in dceflags2str()
3730 char flbuf[FLBUFSIZE]; in dce_report() local
3781 dceflags2str(dce->DestFlags, flbuf)); in dce_report()
3812 dceflags2str(dce->DestFlags, flbuf), in dce_report()
3829 char flbuf[32]; /* ACE_F_ flags */ in arp_report() local
3875 flbuf[0] = '\0'; in arp_report()
3882 (void) strcat(flbuf, "S"); in arp_report()
3884 (void) strcat(flbuf, "P"); in arp_report()
3886 (void) strcat(flbuf, "D"); in arp_report()
3888 (void) strcat(flbuf, "U"); in arp_report()
3890 (void) strcat(flbuf, "M"); in arp_report()
3892 (void) strcat(flbuf, "L"); in arp_report()
3894 (void) strcat(flbuf, "d"); in arp_report()
3896 (void) strcat(flbuf, "A"); in arp_report()
3898 (void) strcat(flbuf, "o"); in arp_report()
3900 (void) strcat(flbuf, "y"); in arp_report()
3908 flbuf, in arp_report()