Lines Matching refs:dop
308 wb_dops(netdissect_options *ndo, const struct pkt_dop *dop, in wb_dops() argument
311 const struct dophdr *dh = (const struct dophdr *)((const u_char *)dop + sizeof(*dop)); in wb_dops()
339 const struct pkt_dop *dop = &rrep->pr_dop; in wb_rrep() local
348 GET_IPADDR_STRING(dop->pd_page.p_sid), in wb_rrep()
349 GET_BE_U_4(dop->pd_page.p_uid), in wb_rrep()
350 GET_BE_U_4(dop->pd_sseq), in wb_rrep()
351 GET_BE_U_4(dop->pd_eseq)); in wb_rrep()
354 wb_dops(ndo, dop, in wb_rrep()
355 GET_BE_U_4(dop->pd_sseq), in wb_rrep()
356 GET_BE_U_4(dop->pd_eseq)); in wb_rrep()
362 const struct pkt_dop *dop, u_int len) in wb_drawop() argument
365 if (len < sizeof(*dop)) in wb_drawop()
367 len -= sizeof(*dop); in wb_drawop()
370 GET_IPADDR_STRING(dop->pd_page.p_sid), in wb_drawop()
371 GET_BE_U_4(dop->pd_page.p_uid), in wb_drawop()
372 GET_BE_U_4(dop->pd_sseq), in wb_drawop()
373 GET_BE_U_4(dop->pd_eseq)); in wb_drawop()
376 wb_dops(ndo, dop, in wb_drawop()
377 GET_BE_U_4(dop->pd_sseq), in wb_drawop()
378 GET_BE_U_4(dop->pd_eseq)); in wb_drawop()