Home
last modified time | relevance | path

Searched refs:s_rhdr (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/sys/netipx/
Dspx_reass.c400 if (dt != cb->s_rhdr.spx_dt) { in spx_reass()
407 cb->s_rhdr.spx_dt = dt; in spx_reass()
437 cb->s_rhdr = *mtod(mqsi, struct spxhdr *); in spx_reass()
Dspx.h143 struct spxhdr s_rhdr; /* last received header (in effect!)*/ member
Dspx_usrreq.c928 spxhdr = cb->s_rhdr; in spx_ctloutput()