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

/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-fddi.c235 extract_fddi_addrs(const struct fddi_header *fddip, char *fsrc, char *fdst) argument
245 fdst[i] = fddi_bit_swap[fddip->fddi_dhost[i]];
247 fsrc[i] = fddi_bit_swap[fddip->fddi_shost[i]];
250 memcpy(fdst, (const char *)fddip->fddi_dhost, 6);
251 memcpy(fsrc, (const char *)fddip->fddi_shost, 6);
260 const struct fddi_header *fddip, u_int length,
269 print_fddi_fc(ndo, GET_U_1(fddip->fddi_fc));
284 const struct fddi_header *fddip = (const struct fddi_header *)p; local
296 fc = GET_U_1(fddip->fddi_fc);
301 extract_fddi_addrs(fddip, (cha
259 fddi_hdr_print(netdissect_options *ndo, const struct fddi_header *fddip, u_int length, const u_char *fsrc, const u_char *fdst) argument
[all...]

Completed in 80 milliseconds