Searched refs:xpl (Results 1 - 9 of 9) sorted by relevance
/external/ipsec-tools/src/libipsec/ |
H A D | ipsec_dump_policy.c | 97 struct sadb_x_policy *xpl = policy; local 113 if (xpl->sadb_x_policy_exttype != SADB_X_EXT_POLICY) { 123 if (xpl->sadb_x_policy_priority == 0) 129 else if (xpl->sadb_x_policy_priority < 132 priority_offset = xpl->sadb_x_policy_priority - PRIORITY_HIGH; 135 else if (xpl->sadb_x_policy_priority >= 137 xpl->sadb_x_policy_priority < 140 priority_offset = xpl->sadb_x_policy_priority - PRIORITY_DEFAULT; 145 priority_offset = xpl->sadb_x_policy_priority - PRIORITY_LOW; 162 switch (xpl [all...] |
H A D | key_debug.c | 441 struct sadb_x_policy *xpl = (void *)ext; local 453 xpl->sadb_x_policy_type, xpl->sadb_x_policy_dir, 455 xpl->sadb_x_policy_id, xpl->sadb_x_policy_priority); 457 xpl->sadb_x_policy_id); 460 if (xpl->sadb_x_policy_type == IPSEC_POLICY_IPSEC) { 464 tlen = PFKEY_UNUNIT64(xpl->sadb_x_policy_len) - sizeof(*xpl); 465 xisr = (void *)(xpl [all...] |
H A D | pfkey.c | 1662 struct sadb_x_policy xpl; local 1669 + sizeof(xpl); 1684 if (p + sizeof(xpl) != ep) { 1688 memset(&xpl, 0, sizeof(xpl)); 1689 xpl.sadb_x_policy_len = PFKEY_UNIT64(sizeof(xpl)); 1690 xpl.sadb_x_policy_exttype = SADB_X_EXT_POLICY; 1691 xpl.sadb_x_policy_id = spid; 1692 memcpy(p, &xpl, sizeo [all...] |
/external/ipsec-tools/src/racoon/ |
H A D | pfkey.c | 1639 struct sadb_x_policy *xpl; local 1666 xpl = (struct sadb_x_policy *)mhp[SADB_X_EXT_POLICY]; 1687 if (xpl->sadb_x_policy_type != IPSEC_POLICY_IPSEC) { 1749 iph2[0] = getph2byid(src, dst, xpl->sadb_x_policy_id); 1762 sp_out = getspbyspid(xpl->sadb_x_policy_id); 1765 xpl->sadb_x_policy_id); 1817 iph2[n]->spid = xpl->sadb_x_policy_id; 2017 struct sadb_x_policy *xpl; local 2063 xpl = (struct sadb_x_policy *)policy; 2064 xpl 2221 struct sadb_x_policy *xpl; local 2343 struct sadb_x_policy *xpl; local 2460 struct sadb_x_policy *xpl; local 2536 struct sadb_x_policy *xpl; local 2627 struct sadb_x_policy *xpl; local 2888 struct sadb_x_policy *xpl; local [all...] |
/external/libmtp/src/ |
H A D | ptp.c | 4866 MTPProperties *xpl; 4873 xpl = &props[j]; 4874 switch (xpl->property) { 4876 if (xpl->datatype != PTP_DTC_UINT32) { 4877 ptp_debug (params, "ptp2/mtpfast: parentobject has type 0x%x???", xpl->datatype); 4880 oinfo.ParentObject = xpl->propval.u32; 4881 ptp_debug (params, "ptp2/mtpfast: parent 0x%x", xpl->propval.u32); 4884 if (xpl->datatype != PTP_DTC_UINT16) { 4885 ptp_debug (params, "ptp2/mtpfast: objectformat has type 0x%x???", xpl->datatype); 4888 oinfo.ObjectFormat = xpl [all...] |
/external/libgdx/backends/gdx-backend-moe/libs/ |
H A D | intel-moe-core.jar | META-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ... |
/external/robolectric/v3/runtime/ |
H A D | android-all-4.4_r1-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
Completed in 458 milliseconds