| /src/crypto/external/apache2/openssl/dist/test/recipes/ |
| 82-test_tfo_cli.t | 43 my $spid = open2(my $sout, my $sin, $shlib_wrap, $apps_openssl, @s_cmd); 67 waitpid($spid, 0);
|
| /src/external/gpl2/lvm2/dist/lib/format_pool/ |
| disk_rep.c | 209 void get_pool_uuid(char *uuid, uint64_t poolid, uint32_t spid, uint32_t devid) 226 uuid[i] = _calc_char((unsigned) (spid & shifter)); 227 spid = spid >> 6;
|
| disk_rep.h | 141 void get_pool_uuid(char *uuid, uint64_t poolid, uint32_t spid, uint32_t devid);
|
| /src/crypto/dist/ipsec-tools/src/racoon/ |
| handler.h | 290 uint32_t spid; /* policy id by kernel */ member in struct:ph2handle 361 uint32_t spid; member in struct:ph2selector
|
| handler.c | 530 if (sel->spid != 0 && sel->spid != p->spid) 587 * SA for a given spid. One could say that src and dst 591 getph2byid(struct sockaddr *src, struct sockaddr *dst, uint32_t spid) 598 if (spid == p->spid &&
|
| policy.c | 168 getspbyspid(uint32_t spid) 173 if (p->id == spid)
|
| pfkey.c | 1895 iph2->spid = xpl->sadb_x_policy_id; 2977 /* Consider existing Phase 2 handles with given spid and update their source 3115 migrate_ph2_one_isr(spid, isr_cur, xisr_old, xisr_new) 3116 uint32_t spid; 3178 * and make the lookup using spid: we blindly update 3181 ph2sel.spid = spid; 3326 uint32_t spid; local 3417 * XXX We could also do the lookup using the spid from xpl. 3487 ph2sel.spid = sp->id [all...] |
| admin.c | 557 iph2->spid = sp_out->id;
|
| ipsec_doi.c | 3853 sp = getspbyspid(iph2->spid); 3856 "no policy found for spid:%u.\n", iph2->spid);
|
| isakmp_quick.c | 2508 iph2->spid = sp_in->id;
|
| /src/crypto/dist/ipsec-tools/src/libipsec/ |
| pfkey.c | 1009 pfkey_send_spddelete2(int so, u_int32_t spid) 1013 if ((len = pfkey_send_x5(so, SADB_X_SPDDELETE2, spid)) < 0) 1026 pfkey_send_spdget(int so, u_int32_t spid) 1030 if ((len = pfkey_send_x5(so, SADB_X_SPDGET, spid)) < 0) 1716 pfkey_send_x5(int so, u_int type, u_int32_t spid) 1748 xpl.sadb_x_policy_id = spid;
|