Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/netipx/
Dspx.h71 struct spxhdr { struct
91 struct spxhdr si_s; argument
134 struct spxhdr s_shdr; /* prototype header to transmit */
143 struct spxhdr s_rhdr; /* last received header (in effect!)*/
Dspx_reass.c366 #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()
Dspx_usrreq.c466 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() local
928 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()