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

/freebsd-9.3-release/sys/netipx/
H A Dspx.h71 struct spxhdr { struct
91 struct spxhdr si_s;
134 struct spxhdr s_shdr; /* prototype header to transmit */
143 struct spxhdr s_rhdr; /* last received header (in effect!)*/
H A Dspx_reass.c366 #define SPINC sizeof(struct spxhdr)
395 struct spxhdr *sp =
396 mtod(mqsi, struct spxhdr *);
437 cb->s_rhdr = *mtod(mqsi, struct spxhdr *);
H A Dspx_usrreq.c466 len - sizeof(struct spxhdr) : len;
540 struct spxhdr *sh;
549 sh = mtod(m0, struct spxhdr *);
875 struct spxhdr spxhdr; local
928 spxhdr = cb->s_rhdr;
930 error = sooptcopyout(sopt, &spxhdr, sizeof(spxhdr));
934 spxhdr = cb->s_shdr;
936 error = sooptcopyout(sopt, &spxhdr, sizeo
[all...]

Completed in 95 milliseconds