Lines Matching defs:dstid
428 char *dstid;
573 $3, $12.srcid, $12.dstid, $13, &$14, &$15,
852 $$.dstid = NULL;
856 $$.dstid = $4;
860 $$.dstid = NULL;
864 $$.dstid = $2;
1582 { "dstid", DSTID },
2718 unsigned int flags, char *srcid, char *dstid,
2789 if (dstid) {
2790 pol.pol_peerid.id_type = get_id_type(dstid);
2791 pol.pol_peerid.id_length = strlen(dstid);
2793 dstid, IKED_ID_SIZE) >= IKED_ID_SIZE) {
2794 yyerror("dstid too long");
3131 if (dstid)
3132 strlcpy(idstr, dstid, sizeof(idstr));
3210 free(dstid);