Searched refs:idv (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/crypto/dist/ipsec-tools/src/racoon/ |
| D | remoteconf.c | 513 new->idv = NULL; in newrmconf() 665 if (new->idv != NULL && new->idv == rmconf->idv) { in duprmconf_finish() 666 new->idv = vdup(new->idv); in duprmconf_finish() 667 STRDUP_FATAL(new->idv); in duprmconf_finish() 717 if (rmconf->idv) in delrmconf() 718 vfree(rmconf->idv); in delrmconf() 991 if (p->idv) in dump_rmconf_single() 992 pbuf += sprintf (pbuf, " \"%s\"", p->idv->v); in dump_rmconf_single()
|
| D | cfparse.y | 189 if (cur_rmconf->idv) in process_rmconf() 193 } else if (cur_rmconf->idv) { in process_rmconf() 1682 vchar_t *idv; variable 1684 if (set_identifier(&idv, $2, $3) != 0) { 1688 cur_sainfo->id_i = vmalloc(sizeof(*id_b) + idv->l); 1701 idv->v, idv->l); 1702 vfree(idv); 2123 if (set_identifier(&cur_rmconf->idv, $2, $3) != 0) { 2134 if (set_identifier_qual(&cur_rmconf->idv, $2, $4, $3) != 0) {
|
| D | remoteconf.h | 99 vchar_t *idv; /* my identifier */ member
|
| D | ipsec_doi.c | 3590 ident = vdup(iph1->rmconf->idv); in ipsecdoi_setid1() 3594 ident = vdup(iph1->rmconf->idv); in ipsecdoi_setid1() 3598 ident = vdup(iph1->rmconf->idv); in ipsecdoi_setid1() 3602 if (iph1->rmconf->idv) { in ipsecdoi_setid1() 3604 ident = vdup(iph1->rmconf->idv); in ipsecdoi_setid1() 3620 if (iph1->rmconf->idv) in ipsecdoi_setid1() 3621 ipid = (struct sockaddr *)iph1->rmconf->idv->v; in ipsecdoi_setid1()
|
| /netbsd/src/external/bsd/am-utils/dist/amd/ |
| D | srvr_nfs.c | 186 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/ |
| D | images | 751 # From: Herbert Rosmanith <herp@wildsau.idv.uni.linz.at>
|