Home
last modified time | relevance | path

Searched refs:idv (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dremoteconf.c522 new->idv = NULL; in newrmconf()
676 if (new->idv != NULL && new->idv == rmconf->idv) {
677 new->idv = vdup(new->idv);
678 STRDUP_FATAL(new->idv);
729 if (rmconf->idv)
730 vfree(rmconf->idv);
1010 if (p->idv) in dump_rmconf_single()
1011 pbuf += sprintf (pbuf, " \"%s\"", p->idv->v); in dump_rmconf_single()
H A Dcfparse.y189 if (cur_rmconf->idv) in process_rmconf()
193 } else if (cur_rmconf->idv) { in process_rmconf()
1672 vchar_t *idv; variable
1674 if (set_identifier(&idv, $2, $3) != 0) {
1678 cur_sainfo->id_i = vmalloc(sizeof(*id_b) + idv->l);
1691 idv->v, idv->l);
1692 vfree(idv);
2113 if (set_identifier(&cur_rmconf->idv, $2, $3) != 0) {
2124 if (set_identifier_qual(&cur_rmconf->idv, $2, $4, $3) != 0) {
H A Dremoteconf.h99 vchar_t *idv; /* my identifier */ member
H A Dipsec_doi.c3658 ident = vdup(iph1->rmconf->idv);
3662 ident = vdup(iph1->rmconf->idv);
3666 ident = vdup(iph1->rmconf->idv);
3670 if (iph1->rmconf->idv) {
3672 ident = vdup(iph1->rmconf->idv);
3688 if (iph1->rmconf->idv)
3689 ipid = (struct sockaddr *)iph1->rmconf->idv->v;
/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dsrvr_nfs.c186 got_portmap(voidp pkt, int len, struct sockaddr_in *sa, struct sockaddr_in *ia, voidp idv, int done) in got_portmap() argument
188 fserver *fs2 = (fserver *) idv; in got_portmap()
371 …_callback(voidp pkt, int len, struct sockaddr_in *sp, struct sockaddr_in *tsp, voidp idv, int done) in nfs_keepalive_callback() argument
373 int xid = (long) idv; /* cast needed for 64-bit archs */ in nfs_keepalive_callback()
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dimages751 # From: Herbert Rosmanith <herp@wildsau.idv.uni.linz.at>