HomeSort by: relevance | last modified time | path
    Searched defs:hip (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/external/mpl/bind/dist/lib/dns/rdata/generic/
hip_55.c 270 dns_rdata_hip_t *hip = source; local
275 REQUIRE(hip != NULL);
276 REQUIRE(hip->common.rdtype == type);
277 REQUIRE(hip->common.rdclass == rdclass);
278 REQUIRE(hip->hit_len > 0 && hip->hit != NULL);
279 REQUIRE(hip->key_len > 0 && hip->key != NULL);
280 REQUIRE((hip->servers == NULL && hip->servers_len == 0) |
305 dns_rdata_hip_t *hip = target; local
346 dns_rdata_hip_t *hip = source; local
    [all...]
hip_55.c 270 dns_rdata_hip_t *hip = source; local
275 REQUIRE(hip != NULL);
276 REQUIRE(hip->common.rdtype == type);
277 REQUIRE(hip->common.rdclass == rdclass);
278 REQUIRE(hip->hit_len > 0 && hip->hit != NULL);
279 REQUIRE(hip->key_len > 0 && hip->key != NULL);
280 REQUIRE((hip->servers == NULL && hip->servers_len == 0) |
305 dns_rdata_hip_t *hip = target; local
346 dns_rdata_hip_t *hip = source; local
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
hip_55.c 271 dns_rdata_hip_t *hip = source; local
276 REQUIRE(hip != NULL);
277 REQUIRE(hip->common.rdtype == type);
278 REQUIRE(hip->common.rdclass == rdclass);
279 REQUIRE(hip->hit_len > 0 && hip->hit != NULL);
280 REQUIRE(hip->key_len > 0 && hip->key != NULL);
281 REQUIRE((hip->servers == NULL && hip->servers_len == 0) |
306 dns_rdata_hip_t *hip = target; local
370 dns_rdata_hip_t *hip = source; local
    [all...]
hip_55.c 271 dns_rdata_hip_t *hip = source; local
276 REQUIRE(hip != NULL);
277 REQUIRE(hip->common.rdtype == type);
278 REQUIRE(hip->common.rdclass == rdclass);
279 REQUIRE(hip->hit_len > 0 && hip->hit != NULL);
280 REQUIRE(hip->key_len > 0 && hip->key != NULL);
281 REQUIRE((hip->servers == NULL && hip->servers_len == 0) |
306 dns_rdata_hip_t *hip = target; local
370 dns_rdata_hip_t *hip = source; local
    [all...]
  /src/sys/arch/arm/amlogic/
meson_genfb.c 410 uint32_t scctl, sci_wh, sco_h, sco_v, hsc, vsc, hps, vps, hip, vip; local
498 hip = VPU_READ(sc, VPP_OSD_HSC_INI_PHASE_REG);
499 hip &= ~VPP_OSD_HSC_INI_PHASE_1;
500 VPU_WRITE(sc, VPP_OSD_HSC_INI_PHASE_REG, hip);
meson_genfb.c 410 uint32_t scctl, sci_wh, sco_h, sco_v, hsc, vsc, hps, vps, hip, vip; local
498 hip = VPU_READ(sc, VPP_OSD_HSC_INI_PHASE_REG);
499 hip &= ~VPP_OSD_HSC_INI_PHASE_1;
500 VPU_WRITE(sc, VPP_OSD_HSC_INI_PHASE_REG, hip);
  /src/usr.sbin/traceroute6/
traceroute6.c 975 struct ip6_hdr *hip; local
978 hip = (struct ip6_hdr *)(icp + 1);
979 if ((up = get_udphdr(hip, (u_char *)(buf + cc))) == NULL) {
traceroute6.c 975 struct ip6_hdr *hip; local
978 hip = (struct ip6_hdr *)(icp + 1);
979 if ((up = get_udphdr(hip, (u_char *)(buf + cc))) == NULL) {
  /src/external/mpl/bind/dist/tests/dns/
rdata_test.c 290 * Check that one can walk hip rendezvous servers and
295 dns_rdata_hip_t *hip = rdata_struct; local
297 for (result = dns_rdata_hip_first(hip); result == ISC_R_SUCCESS;
298 result = dns_rdata_hip_next(hip))
302 dns_rdata_hip_current(hip, &name);
2005 * test that an oversized HIP record will be rejected
2007 ISC_RUN_TEST_IMPL(hip) {
3337 ISC_TEST_ENTRY(hip)
rdata_test.c 290 * Check that one can walk hip rendezvous servers and
295 dns_rdata_hip_t *hip = rdata_struct; local
297 for (result = dns_rdata_hip_first(hip); result == ISC_R_SUCCESS;
298 result = dns_rdata_hip_next(hip))
302 dns_rdata_hip_current(hip, &name);
2005 * test that an oversized HIP record will be rejected
2007 ISC_RUN_TEST_IMPL(hip) {
3337 ISC_TEST_ENTRY(hip)
  /src/usr.sbin/traceroute/
traceroute.c 1447 struct ip *hip; local
1451 hip = &icp->icmp_ip;
1452 hlen = hip->ip_hl << 2;
1463 hicmp = (struct icmp *)((u_char *)hip + hlen);
1466 hip->ip_p == IPPROTO_ICMP &&
1471 up = (struct udphdr *)((u_char *)hip + hlen);
1474 hip->ip_p == IPPROTO_UDP &&
traceroute.c 1447 struct ip *hip; local
1451 hip = &icp->icmp_ip;
1452 hlen = hip->ip_hl << 2;
1463 hicmp = (struct icmp *)((u_char *)hip + hlen);
1466 hip->ip_p == IPPROTO_ICMP &&
1471 up = (struct udphdr *)((u_char *)hip + hlen);
1474 hip->ip_p == IPPROTO_UDP &&
  /src/sys/dist/pf/net/
pf.c 3442 struct ip *hip = mtod(m, struct ip *); local
3446 ntohs(hip->ip_len) - off, IPPROTO_TCP, AF_INET))
3449 ntohs(hip->ip_len) - off, IPPROTO_TCP, AF_INET))
pf.c 3442 struct ip *hip = mtod(m, struct ip *); local
3446 ntohs(hip->ip_len) - off, IPPROTO_TCP, AF_INET))
3449 ntohs(hip->ip_len) - off, IPPROTO_TCP, AF_INET))
  /src/external/bsd/top/dist/machine/
m_sunos5.c 1909 hash_item_pidthr *hip; local
2193 hip = hash_first_pidthr(threadhash, &pos);
2194 while (hip != NULL)
2196 op = (struct oldproc *)(hip->value);
2207 hip = hash_next_pidthr(&pos);
m_sunos5.c 1909 hash_item_pidthr *hip; local
2193 hip = hash_first_pidthr(threadhash, &pos);
2194 while (hip != NULL)
2196 op = (struct oldproc *)(hip->value);
2207 hip = hash_next_pidthr(&pos);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-sccvn.cc 6008 vn_phi_iterator_type hip; local
6021 FOR_EACH_HASH_TABLE_ELEMENT (*valid_info->phis, vp, vn_phi_t, hip)
tree-ssa-sccvn.cc 6008 vn_phi_iterator_type hip; local
6021 FOR_EACH_HASH_TABLE_ELEMENT (*valid_info->phis, vp, vn_phi_t, hip)
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-sccvn.cc 6509 vn_phi_iterator_type hip; local
6522 FOR_EACH_HASH_TABLE_ELEMENT (*valid_info->phis, vp, vn_phi_t, hip)
tree-ssa-sccvn.cc 6509 vn_phi_iterator_type hip; local
6522 FOR_EACH_HASH_TABLE_ELEMENT (*valid_info->phis, vp, vn_phi_t, hip)
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-mips.c 13472 struct mips_hi16 **hip, *hi;
13478 hip = &tdata->mips_hi16_list;
13479 while ((hi = *hip) != NULL)
13483 *hip = hi->next;
13487 hip = &hi->next;
13431 struct mips_hi16 **hip, *hi; local
elfxx-mips.c 13472 struct mips_hi16 **hip, *hi;
13478 hip = &tdata->mips_hi16_list;
13479 while ((hi = *hip) != NULL)
13483 *hip = hi->next;
13487 hip = &hi->next;
13431 struct mips_hi16 **hip, *hi; local
  /src/external/gpl3/gdb/dist/bfd/
elfxx-mips.c 13367 struct mips_hi16 **hip, *hi;
13373 hip = &tdata->mips_hi16_list;
13374 while ((hi = *hip) != NULL)
13378 *hip = hi->next;
13382 hip = &hi->next;
13326 struct mips_hi16 **hip, *hi; local
elfxx-mips.c 13367 struct mips_hi16 **hip, *hi;
13373 hip = &tdata->mips_hi16_list;
13374 while ((hi = *hip) != NULL)
13378 *hip = hi->next;
13382 hip = &hi->next;
13326 struct mips_hi16 **hip, *hi; local
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-mips.c 13380 struct mips_hi16 **hip, *hi;
13386 hip = &tdata->mips_hi16_list;
13387 while ((hi = *hip) != NULL)
13391 *hip = hi->next;
13395 hip = &hi->next;
13339 struct mips_hi16 **hip, *hi; local

Completed in 316 milliseconds

1 2