Home | History | Annotate | Download | only in racoon

Lines Matching refs:portbuf

2840 	char portbuf[NI_MAXSERV];
2857 portbuf, sizeof(portbuf),
2860 strlcpy(portbuf, "?", sizeof(portbuf));
2862 printf("%s:%s", hostbuf, portbuf);
2868 portbuf, sizeof(portbuf),
2871 strlcpy(portbuf, "?", sizeof(portbuf));
2873 printf("%s:%s", hostbuf, portbuf);