HomeSort by: relevance | last modified time | path
    Searched defs:drp (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/rasops/
rasops_bitops.h 224 uint32_t *sp, *dp, *srp, *drp, *hp; local in function:NAME
272 drp = (uint32_t *)(ri->ri_bits + row + ((dst >> 3) & ~3));
279 PUTBITS(tmp, db, num, drp);
281 *hp = *drp;
285 DELTA(drp, ri->ri_stride, uint32_t *);
305 drp = (uint32_t *)(ri->ri_bits + row +
322 dp = drp;
352 DELTA(drp, ri->ri_stride, uint32_t *);
357 drp = (uint32_t *)(ri->ri_bits + row + ((dst >> 3) & ~3));
364 dp = drp;
    [all...]
  /src/sbin/routed/
rdisc.c 265 struct dr *drp; local in function:set_supplier
274 for (drp = drs; drp < &drs[MAX_ADS]; drp++) {
275 drp->dr_recv_pref = 0;
276 drp->dr_life = 0;
309 struct dr *drp; local in function:rdisc_age
331 for (drp = drs; drp < &drs[MAX_ADS]; drp++)
374 struct dr *drp; local in function:if_bad_rdisc
459 struct dr *drp, *new_drp; local in function:rdisc_sort
582 struct dr *drp, *new_drp; local in function:parse_ad
    [all...]
  /src/sys/netinet/
sctp_output.c 8481 struct sctp_pktdrop_chunk *drp; local in function:sctp_send_packet_dropped
8546 drp = mtod(chk->data, struct sctp_pktdrop_chunk *);
8547 if (drp == NULL) {
8560 drp->ch.chunk_flags = SCTP_PACKET_TRUNCATED;
8561 drp->trunc_len = htons(chk->send_size);
8568 drp->ch.chunk_flags = 0;
8569 drp->trunc_len = htons(0);
8572 drp->ch.chunk_flags |= SCTP_BADCRC;
8586 drp->ch.chunk_type = SCTP_PACKET_DROPPED;
8587 drp->ch.chunk_length = htons(chk->send_size)
    [all...]

Completed in 18 milliseconds