Lines Matching refs:pbuff
271 char pbuff[256] = { 0 }; in dump_pdu() local
307 pbuff, sizeof (pbuff)); in dump_pdu()
308 printf("%s\n", pbuff); in dump_pdu()
1038 char pbuff[256] = { 0 }; in print_portal() local
1046 inet_ntop(AF_INET6, (void *)ip, pbuff, sizeof (pbuff)); in print_portal()
1049 uid, puid, pbuff, PORT_NUMBER(port)); in print_portal()
1052 uid, puid, pbuff, PORT_NUMBER(port)); in print_portal()
1066 char pbuff[256] = { 0 }; in print_pg() local
1078 inet_ntop(AF_INET6, (void *)ip, pbuff, sizeof (pbuff)); in print_pg()
1082 printf("%s\t%s:%d", ident, pbuff, PORT_NUMBER(port)); in print_pg()
1086 printf("\t%s:%d", pbuff, PORT_NUMBER(port)); in print_pg()