Searched refs:cimsg (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-decnet.c658 struct cimsg *cimp = (struct cimsg *)nspp;
664 if (nsplen < sizeof(struct cimsg))
700 if (nsplen > sizeof(struct cimsg)) {
701 dp = &(nspp[sizeof(struct cimsg)]);
702 TCHECK2(*dp, nsplen - sizeof(struct cimsg));
703 pdata(dp, nsplen - sizeof(struct cimsg));
H A Ddecnet.h416 struct cimsg /* connect initiate message */
415 struct cimsg /* connect initiate message */ struct

Completed in 61 milliseconds