Searched refs:spxhdr (Results 1 – 3 of 3) sorted by relevance
71 struct spxhdr { struct91 struct spxhdr si_s; argument134 struct spxhdr s_shdr; /* prototype header to transmit */143 struct spxhdr s_rhdr; /* last received header (in effect!)*/
366 #define SPINC sizeof(struct spxhdr) in spx_reass()395 struct spxhdr *sp = in spx_reass()396 mtod(mqsi, struct spxhdr *); in spx_reass()437 cb->s_rhdr = *mtod(mqsi, struct spxhdr *); in spx_reass()
466 len - sizeof(struct spxhdr) : len; in spx_output()540 struct spxhdr *sh; in spx_output()549 sh = mtod(m0, struct spxhdr *); in spx_output()875 struct spxhdr spxhdr; in spx_ctloutput() local928 spxhdr = cb->s_rhdr; in spx_ctloutput()930 error = sooptcopyout(sopt, &spxhdr, sizeof(spxhdr)); in spx_ctloutput()934 spxhdr = cb->s_shdr; in spx_ctloutput()936 error = sooptcopyout(sopt, &spxhdr, sizeof(spxhdr)); in spx_ctloutput()1006 struct spxhdr sp; in spx_ctloutput()