Searched defs:ntohs (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Main/
H A DHtoNtoH.c22 #undef ntohs macro
81 ntohs( function
/vbox/src/VBox/Devices/Network/lwip/src/include/ipv4/lwip/
H A Dinet.h60 #ifdef ntohs
61 #undef ntohs macro
62 #endif /* ntohs */
73 #define ntohs(x) (x) macro
80 #define ntohs lwip_ntohs macro
86 #define ntohs(x) LWIP_PLATFORM_HTONS(x) macro
91 u16_t ntohs(u16_t x);
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Ddef.h70 #ifdef ntohs
71 #undef ntohs macro
72 #endif /* ntohs */
78 #define ntohs(x) lwip_ntohs(x) macro
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dbig_bswap.h6 #define ntohs(x) (x) macro
H A Dlittle_bswap.h8 #define ntohs(x) __bswap_16(x) macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dendian.h79 uint16_t ntohs(uint16_t) __attribute__((__const__));
122 #define ntohs(x) (x) macro
134 #define ntohs(x) bswap16((uint16_t)(x))
139 #define NTOHS(x) (x) = ntohs((uint16_t)(x))
/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Dinet.c106 instead of ntohs() since it has a little less call overhead.
502 * Note ntohs() and ntohl() are merely references to the htonx counterparts.
517 ntohs(u16_t n) function
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/
H A Dmacsocket.h139 inline unsigned short ntohs(unsigned short netshort) {return netshort;} function
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinsock.h525 #undef ntohs macro
532 #define ntohs(s) ((u_short)(s)) macro
547 #define ntohs(s) __wine_ushort_swap(s) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinsock.h527 #undef ntohs macro
534 #define ntohs(s) ((u_short)(s)) macro
549 #define ntohs(s) __wine_ushort_swap(s) macro
/vbox/src/VBox/Devices/Network/
H A DDevE1000.cpp149 #undef ntohs macro
153 #define ntohs(x) htons(x) macro
1698 if (ntohs(*(uint16_t*)(cpPacket+12)) == 0x86DD)
1706 else if (ntohs(*(uint16_t*)(cpPacket+12)) == 0x800)
1720 if (ntohs(*(uint16_t*)(cpPacket+12)) == 0x86DD)
2260 uint16_t uEtherType = ntohs(*(uint16_t*)(pFrame + 12));
4034 pThis->szPrf, ntohs(pIpHdr->total_len)));
4082 pIpHdr->ident = htons(ntohs(pIpHdr->ident) + 1);
4141 pThis->szPrf, ntohs(pIpHdr->total_len)));
4186 pIpHdr->ident = htons(ntohs(pIpHd
[all...]

Completed in 62 milliseconds