Home
last modified time | relevance | path

Searched refs:s_shdr (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/sys/netipx/
Dspx.h112 struct spxhdr s_shdr; /* prototype header to transmit */ member
113 #define s_cc s_shdr.spx_cc /* connection control (for EM bit) */
114 #define s_dt s_shdr.spx_dt /* datastream type */
115 #define s_sid s_shdr.spx_sid /* source connection identifier */
116 #define s_did s_shdr.spx_did /* destination connection identifier */
117 #define s_seq s_shdr.spx_seq /* sequence number */
118 #define s_ack s_shdr.spx_ack /* acknowledge number */
119 #define s_alo s_shdr.spx_alo /* allocation number */
Dspx_usrreq.c803 si->si_s = cb->s_shdr;
1012 si->si_s = cb->s_shdr;
1191 *mtod(m, struct spxhdr *) = cb->s_shdr;
1452 cb->s_shdr.spx_dt = *(u_char *)(&p[2]);