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

/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dprint-mobile.c74 const struct mobile_ip *mob; local
79 mob = (const struct mobile_ip *)bp;
81 if (length < MOBILE_SIZE || !TTEST(*mob)) {
87 proto = EXTRACT_16BITS(&mob->proto);
88 crc = EXTRACT_16BITS(&mob->hcheck);
97 (void)printf("%s ",ipaddr_string(&mob->osrc));
102 (void)printf("> %s ",ipaddr_string(&mob->odst));
105 vec[0].ptr = (const u_int8_t *)(void *)mob;

Completed in 121 milliseconds