HelenOS sources

BIG_END_16        138 uspace/app/pcapcat/eth_parser.c 	uint16_t src_port = BIG_END_16(buffer, TCP_SRC_PORT);
BIG_END_16        139 uspace/app/pcapcat/eth_parser.c 	uint16_t dst_port = BIG_END_16(buffer, TCP_DST_PORT);
BIG_END_16        163 uspace/app/pcapcat/eth_parser.c 	total_length = BIG_END_16(buffer, IP_TOTAL_LEN);
BIG_END_16        189 uspace/app/pcapcat/eth_parser.c 	uint16_t protocol = BIG_END_16(buffer, eth_type_offset);
HelenOS homepage, sources at GitHub