Searched refs:pprefix (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c2851 const char *prefix, *pprefix; local
2865 pprefix = "sport";
2869 pprefix = "isport";
2873 pprefix = "dport";
2877 pprefix = "idport";
2881 pprefix = "nat_lport";
2885 pprefix = "nat_rport";
2914 if ((pprefix != NULL) && (sin->sin_port != 0))
2915 (void) fprintf(ofile, " %s %d", pprefix, ntohs(sin->sin_port));

Completed in 26 milliseconds