Home | History | Annotate | Download | only in net

Lines Matching defs:ss

242 	const ushort *ss;
281 ss = (const ushort *)pkt;
282 type = ntohs(ss[0]);
283 tlen = ntohs(ss[1]);
290 ss += 2; /* point ss to the data of the TLV */
307 nvlan = *ss;
310 t = (const uchar *)ss;
315 ss = (const ushort *)(t + 1);
319 vlan = *ss;
322 vlan = ntohs(*ss);