Home | History | Annotate | Download | only in racoon

Lines Matching refs:ntop_buf

2725 	static char ntop_buf[NI_MAXHOST];
2734 ntop_buf, sizeof(ntop_buf), NULL, 0,
2736 strlcpy(ntop_buf, "?", sizeof(ntop_buf));
2738 return ntop_buf;
2751 static char ntop_buf[NI_MAXHOST];
2758 ntop_buf, sizeof(ntop_buf), NULL, 0,
2760 strlcpy(ntop_buf, "?", sizeof(ntop_buf));
2762 return ntop_buf;