Searched refs:hdrp (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/bin/network/tcpdump/libpcap/
H A Dpcap-snit.c118 register struct nit_bufhdr *hdrp; local
168 hdrp = (struct nit_bufhdr *)cp;
169 cp += sizeof(*hdrp);
184 bp += hdrp->nhb_totlen;
H A Dpcap-linux.c467 struct sll_header *hdrp; local
588 hdrp = (struct sll_header *)bp;
601 hdrp->sll_pkttype = htons(LINUX_SLL_HOST);
605 hdrp->sll_pkttype = htons(LINUX_SLL_BROADCAST);
609 hdrp->sll_pkttype = htons(LINUX_SLL_MULTICAST);
613 hdrp->sll_pkttype = htons(LINUX_SLL_OTHERHOST);
617 hdrp->sll_pkttype = htons(LINUX_SLL_OUTGOING);
621 hdrp->sll_pkttype = -1;
625 hdrp->sll_hatype = htons(from.sll_hatype);
626 hdrp
[all...]
/haiku-fatelf/src/bin/gdb/bfd/
H A Dcoff-rs6000.c1391 struct xcoff_ar_hdr *hdrp;
1402 hdrp = (struct xcoff_ar_hdr *) bfd_alloc (abfd, amt);
1403 if (hdrp == NULL)
1408 memcpy (hdrp, &hdr, SIZEOF_AR_HDR);
1409 if (bfd_bread ((char *) hdrp + SIZEOF_AR_HDR, namlen, abfd) != namlen)
1414 ((char *) hdrp)[SIZEOF_AR_HDR + namlen] = '\0';
1416 ret->arch_header = (char *) hdrp;
1418 ret->filename = (char *) hdrp + SIZEOF_AR_HDR;
1423 struct xcoff_ar_hdr_big *hdrp;
1434 hdrp
1388 struct xcoff_ar_hdr *hdrp; local
1420 struct xcoff_ar_hdr_big *hdrp; local
1536 struct xcoff_ar_hdr *hdrp = arch_xhdr (abfd); local
1546 struct xcoff_ar_hdr_big *hdrp = arch_xhdr_big (abfd); local
[all...]
H A Darchive.c337 char *hdrp = (char *) &hdr;
345 if (bfd_bread (hdrp, sizeof (struct ar_hdr), abfd) != sizeof (struct ar_hdr))
335 char *hdrp = (char *) &hdr; local

Completed in 46 milliseconds