Searched refs:ss (Results 1 – 1 of 1) sorted by relevance
237 const ushort *ss; in cdp_receive() local276 ss = (const ushort *)pkt; in cdp_receive()277 type = ntohs(ss[0]); in cdp_receive()278 tlen = ntohs(ss[1]); in cdp_receive()285 ss += 2; /* point ss to the data of the TLV */ in cdp_receive()302 nvlan = *ss; in cdp_receive()305 t = (const uchar *)ss; in cdp_receive()310 ss = (const ushort *)(t + 1); in cdp_receive()314 vlan = *ss; in cdp_receive()317 vlan = ntohs(*ss); in cdp_receive()
Completed in 4 milliseconds