Home | History | Annotate | Download | only in racoon

Lines Matching refs:portbuf

495 			char portbuf[10];
497 snprintf(portbuf, sizeof(portbuf), "%ld", $2);
498 $$ = str2saddr($1->v, portbuf);
1192 char portbuf[10];
1201 snprintf(portbuf, sizeof(portbuf), "%lu", $4);
1202 saddr = str2saddr($2->v, portbuf);
1241 char portbuf[10];
1251 snprintf(portbuf, sizeof(portbuf), "%lu", $5);
1253 laddr = str2saddr($2->v, portbuf);
1258 haddr = str2saddr($3->v, portbuf);