OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:drp
(Results
1 - 3
of
3
) sorted by relevancy
/src/sbin/routed/
rdisc.c
265
struct dr *
drp
;
local
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
331
for (
drp
= drs;
drp
< &drs[MAX_ADS];
drp
++)
374
struct dr *
drp
;
local
459
struct dr *
drp
, *new_
drp
;
local
582
struct dr *
drp
, *new_
drp
;
local
[
all
...]
/src/sys/dev/rasops/
rasops_bitops.h
224
uint32_t *sp, *dp, *srp, *
drp
, *hp;
local
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/sys/netinet/
sctp_output.c
8481
struct sctp_pktdrop_chunk *
drp
;
local
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 21 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026