HomeSort by relevance Sort by last modified time
    Searched full:cimsg (Results 1 - 2 of 2) sorted by null

  /external/tcpdump/
print-decnet.c 658 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));
decnet.h 416 struct cimsg /* connect initiate message */
415 struct cimsg \/* connect initiate message *\/ struct

Completed in 130 milliseconds