MCPcopy Create free account
hub / github.com/SNAS/openbmp / common_hdr_old

Class common_hdr_old

Server/src/bmp/parseBMP.cpp:124–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122*/
123void parseBMP::parseBMPv2(int sock) {
124 struct common_hdr_old c_hdr = { 0 };
125 ssize_t i = 0;
126 char buf[256] = {0};
127

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected