OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RSRR_HEADER_LEN
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/mrouted/
rsrr.h
38
#define
RSRR_HEADER_LEN
(sizeof(struct rsrr_header))
39
#define RSRR_RQ_LEN (
RSRR_HEADER_LEN
+ sizeof(struct rsrr_rq))
40
#define RSRR_RR_LEN (
RSRR_HEADER_LEN
+ sizeof(struct rsrr_rr))
rsrr.c
146
if (recvlen <
RSRR_HEADER_LEN
) {
179
route_query = (struct rsrr_rq *) (rsrr_recv_buf +
RSRR_HEADER_LEN
);
230
vif_list = (struct rsrr_vif *) (rsrr_send_buf +
RSRR_HEADER_LEN
);
243
sendlen =
RSRR_HEADER_LEN
+ numvifs*RSRR_VIF_LEN;
277
route_reply = (struct rsrr_rr *) (rsrr_send_buf +
RSRR_HEADER_LEN
);
Completed in 12 milliseconds
Indexes created Tue Oct 21 19:09:51 GMT 2025