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

/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/
H A Dprint-mobile.c79 const struct mobile_ip *mob; local
83 mob = (const struct mobile_ip *)bp;
85 if (length < MOBILE_SIZE || !TTEST(*mob)) {
91 proto = EXTRACT_16BITS(&mob->proto);
92 crc = EXTRACT_16BITS(&mob->hcheck);
101 (void)printf("%s ",ipaddr_string(&mob->osrc));
106 (void)printf("> %s ",ipaddr_string(&mob->odst));
109 if (in_cksum((u_short *)mob, osp ? 12 : 8, 0)!=0) {
/netbsd-6-1-5-RELEASE/sys/arch/amiga/dev/
H A Dmsc.c982 volatile char *mob; local
1029 mob = &msc->board->OutBuf[msc->port][0];
1041 mob[mhead++] = *cp++;
1048 mob[mhead++] = *cp++;

Completed in 132 milliseconds