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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/bridge-1.x/libbridge/
H A Dlibbridge_devif.c32 static unsigned char getoctet(const char *cp) function
82 id->prio[0] = getoctet(cp); cp += 2;
83 id->prio[1] = getoctet(cp); cp += 3;
84 id->addr[0] = getoctet(cp); cp += 2;
85 id->addr[1] = getoctet(cp); cp += 2;
86 id->addr[2] = getoctet(cp); cp += 2;
87 id->addr[3] = getoctet(cp); cp += 2;
88 id->addr[4] = getoctet(cp); cp += 2;
89 id->addr[5] = getoctet(cp);

Completed in 87 milliseconds