Home | History | Annotate | Download | only in racoon

Lines Matching refs:portbuf

474 			char portbuf[10];
476 snprintf(portbuf, sizeof(portbuf), "%ld", $2);
477 $$ = str2saddr($1->v, portbuf);
1309 char portbuf[10];
1318 snprintf(portbuf, sizeof(portbuf), "%lu", $4);
1319 saddr = str2saddr($2->v, portbuf);
1358 char portbuf[10];
1368 snprintf(portbuf, sizeof(portbuf), "%lu", $5);
1370 laddr = str2saddr($2->v, portbuf);
1375 haddr = str2saddr($3->v, portbuf);