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

/macosx-10.9.5/IOFireWireIP-226.4/KernelHeaders/BSD/
H A Dfirewire.h70 u_short fw_type; member in struct:firewire_header
/macosx-10.9.5/IOFireWireIP-226.4/KernelSource/BSD/
H A Dfirewire_if_module.cpp277 u_short fw_type = eh->fw_type;
287 if ((ed[i].type == type) && (ed[i].data[0] == fw_type))
304 // IN: char *fw_type
316 const struct sockaddr *ndest, const char *edst, const char *fw_type)
377 (void)memcpy(&fwh->fw_type, fw_type,sizeof(fwh->fw_type));
315 firewire_frameout(ifnet_t ifp, mbuf_t *m, const struct sockaddr *ndest, const char *edst, const char *fw_type) argument
H A Dfirewire_inet_pr_module.cpp94 u_short fw_type; local
98 fw_type = ntohs(eh->fw_type);
100 switch (fw_type)
186 *(u_short *)type = fwh->fw_type;
H A Dif_firewire.cpp146 fwh->fw_type = htons(FWTYPE_ARP);
/macosx-10.9.5/IOFireWireIP-226.4/KernelSource/IOKit/
H A DIOFWIPBusInterface.cpp976 switch(htons(fwh->fw_type))
1756 fwh->fw_type = fragmentHdr->fragmentOffset;
2060 fwh->fw_type = htons(type);
2131 fwh->fw_type = htons(FWTYPE_ARP);
/macosx-10.9.5/IOFireWireIP-226.4/KernelSource/IONetworkingFamily/
H A DIOFWInterface.cpp236 const struct sockaddr *ndest, const char *edst, const char *fw_type);

Completed in 126 milliseconds