ht 88 dev/raidframe/rf_memchunk.c RF_ChunkHdr_t *hdr, *ht;
ht 101 dev/raidframe/rf_memchunk.c ht = hdr;
ht 103 dev/raidframe/rf_memchunk.c RF_Free(ht, sizeof(*ht));
ht 190 dev/raidframe/rf_memchunk.c RF_ChunkHdr_t *hdr, *ht = NULL, *new;
ht 193 dev/raidframe/rf_memchunk.c for (hdr = chunklist; hdr && hdr->size < chunk->size; ht = hdr, hdr = hdr->next);
ht 202 dev/raidframe/rf_memchunk.c if (ht) {
ht 203 dev/raidframe/rf_memchunk.c new->next = ht->next;
ht 204 dev/raidframe/rf_memchunk.c ht->next = new;
ht 443 net/if_spppsubr.c struct ppp_header *h, ht;
ht 472 net/if_spppsubr.c memcpy(&ht.protocol, mtod(m, char *), sizeof(ht.protocol));
ht 474 net/if_spppsubr.c ht.control = PPP_UI;
ht 475 net/if_spppsubr.c ht.address = PPP_ALLSTATIONS;
ht 476 net/if_spppsubr.c h = &ht;