Home | History | Annotate | Download | only in racoon

Lines Matching defs:portstr

3051 	char portstr[PORT_MAX];
3069 snprintf(portstr, PORT_MAX, "%d", ntohs(sin->sin_port));
3076 if (script_env_append(&envp, &envc, "LOCAL_PORT", portstr) != 0) {
3085 snprintf(portstr, PORT_MAX, "%d", ntohs(sin->sin_port));
3095 "REMOTE_PORT", portstr) != 0) {