Home | History | Annotate | Download | only in racoon

Lines Matching defs:portbuf

2790 	char portbuf[NI_MAXSERV];
2807 portbuf, sizeof(portbuf),
2810 strlcpy(portbuf, "?", sizeof(portbuf));
2812 printf("%s:%s", hostbuf, portbuf);
2818 portbuf, sizeof(portbuf),
2821 strlcpy(portbuf, "?", sizeof(portbuf));
2823 printf("%s:%s", hostbuf, portbuf);