Lines Matching refs:flbuf
4096 dceflags2str(uint32_t flags, char *flbuf) in dceflags2str() argument
4098 char *str = flbuf; in dceflags2str()
4109 return (flbuf); in dceflags2str()
4120 char flbuf[FLBUFSIZE]; in dce_report() local
4168 dceflags2str(dce->DestFlags, flbuf)); in dce_report()
4198 dceflags2str(dce->DestFlags, flbuf), in dce_report()
4215 char flbuf[32]; /* ACE_F_ flags */ in arp_report() local
4257 flbuf[0] = '\0'; in arp_report()
4264 (void) strcat(flbuf, "S"); in arp_report()
4266 (void) strcat(flbuf, "P"); in arp_report()
4268 (void) strcat(flbuf, "D"); in arp_report()
4270 (void) strcat(flbuf, "U"); in arp_report()
4272 (void) strcat(flbuf, "M"); in arp_report()
4274 (void) strcat(flbuf, "L"); in arp_report()
4276 (void) strcat(flbuf, "d"); in arp_report()
4278 (void) strcat(flbuf, "A"); in arp_report()
4280 (void) strcat(flbuf, "o"); in arp_report()
4282 (void) strcat(flbuf, "y"); in arp_report()
4290 flbuf, in arp_report()