| /src/external/bsd/tcpdump/dist/ |
| print-decnet.c | 475 const union routehdr *rhp; local 499 rhp = (const union routehdr *)(ap + sizeof(short)); 500 mflags = GET_U_1(rhp->rh_short.sh_flags); 515 rhp = (const union routehdr *)(ap + sizeof(short)); 516 mflags = GET_U_1(rhp->rh_short.sh_flags); 527 if (!print_decnet_ctlmsg(ndo, rhp, length, caplen)) 538 ND_TCHECK_SIZE(&rhp->rh_long); 540 GET_LE_U_2(rhp->rh_long.lg_dst.dne_remote.dne_nodeaddr); 542 GET_LE_U_2(rhp->rh_long.lg_src.dne_remote.dne_nodeaddr); 543 hops = GET_U_1(rhp->rh_long.lg_visits) [all...] |
| /src/external/lgpl2/userspace-rcu/dist/src/ |
| urcu-call-rcu-impl.h | 371 struct rcu_head *rhp; local 373 rhp = caa_container_of(cbs, 375 rhp->func(rhp);
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| srp-mdns-proxy.c | 3703 for (adv_host_t *rhp = server_state->hosts; rhp != NULL; rhp = rhp->next) { 3704 if (rhp->removed) { 3718 for (int i = 0; i < rhp->instances->num; i++) { 3719 adv_instance_t *instance = rhp->instances->vec[i]; 3724 if (!strcmp(new_host_name, rhp->name)) { 3726 instance_name, service_type, rhp->name); 3730 instance_name, service_type, rhp->name) [all...] |
| /src/external/bsd/libbind/dist/irs/ |
| gethostent.c | 1040 struct hostent *rhp; variable in typeref:struct:hostent 1055 if (!(rhp = gethostbyname(hname2))) { 1061 for (haddr = rhp->h_addr_list; *haddr; haddr++)
|
| /src/external/mpl/dhcp/dist/server/ |
| dhcp.c | 4941 struct host_decl *rhp = (struct host_decl *)0; local 4945 if (host_reference (&rhp, hp, MDL) != ISC_R_SUCCESS) { 4950 &rhp, &lease -> ip_addr, share)) { 4952 host_dereference (&rhp, MDL); 4955 host_reference (&lease -> host, rhp, MDL); 4956 if (rhp -> client_identifier.len > sizeof lease -> uid_buf) 4957 lease -> uid = dmalloc (rhp -> client_identifier.len, MDL); 4962 host_dereference (&rhp, MDL); 4965 memcpy (lease -> uid, rhp -> client_identifier.data, 4966 rhp -> client_identifier.len) [all...] |
| /src/sys/dev/usb/ |
| xhci.c | 1277 const size_t rhp = sc->sc_rhportcount[bus]++; local 1279 KASSERTMSG(sc->sc_rhportmap[bus][rhp] == 0, 1280 "bus %zu rhp %zu is %d", bus, rhp, 1281 sc->sc_rhportmap[bus][rhp]); 1283 sc->sc_rhportmap[bus][rhp] = cp + 1; 1284 sc->sc_ctlrportmap[cp] = rhp + 1; 2391 const size_t rhp = xhci_ctlrport2rhport(sc, ctlrport); local 2395 device_unit(sc->sc_dev), bn, rhp, (uintptr_t)xfer); 2404 p[rhp / NBBY] |= 1 << (rhp % NBBY) [all...] |
| /src/sys/dev/pci/ |
| mpii.c | 2759 struct mpii_request_header *rhp; local 2776 rhp = ccb->ccb_cmd; 2780 switch (rhp->function) {
|