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

/asus-wl-520gu-7.0.1.45/src/router/ppp/modules/
H A Dppp.c1258 u_char *bb, *tlh; local
1271 tlh = bb + iphlen;
1276 s_port = (tlh[0] << 8) + tlh[1];
1277 d_port = (tlh[2] << 8) + tlh[3];
1278 syn = tlh[13] & 0x02;
1283 s_port = (tlh[0] << 8) + tlh[1];
1284 d_port = (tlh[
[all...]
/asus-wl-520gu-7.0.1.45/src/router/ppp/solaris/
H A Dppp.c1258 u_char *bb, *tlh; local
1271 tlh = bb + iphlen;
1276 s_port = (tlh[0] << 8) + tlh[1];
1277 d_port = (tlh[2] << 8) + tlh[3];
1278 syn = tlh[13] & 0x02;
1283 s_port = (tlh[0] << 8) + tlh[1];
1284 d_port = (tlh[
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd/modules/
H A Dppp.c1274 u_char *bb, *tlh; local
1287 tlh = bb + iphlen;
1292 s_port = (tlh[0] << 8) + tlh[1];
1293 d_port = (tlh[2] << 8) + tlh[3];
1294 syn = tlh[13] & 0x02;
1299 s_port = (tlh[0] << 8) + tlh[1];
1300 d_port = (tlh[
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd/solaris/
H A Dppp.c1274 u_char *bb, *tlh; local
1287 tlh = bb + iphlen;
1292 s_port = (tlh[0] << 8) + tlh[1];
1293 d_port = (tlh[2] << 8) + tlh[3];
1294 syn = tlh[13] & 0x02;
1299 s_port = (tlh[0] << 8) + tlh[1];
1300 d_port = (tlh[
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/modules/
H A Dppp.c1274 u_char *bb, *tlh; local
1287 tlh = bb + iphlen;
1292 s_port = (tlh[0] << 8) + tlh[1];
1293 d_port = (tlh[2] << 8) + tlh[3];
1294 syn = tlh[13] & 0x02;
1299 s_port = (tlh[0] << 8) + tlh[1];
1300 d_port = (tlh[
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/solaris/
H A Dppp.c1274 u_char *bb, *tlh; local
1287 tlh = bb + iphlen;
1292 s_port = (tlh[0] << 8) + tlh[1];
1293 d_port = (tlh[2] << 8) + tlh[3];
1294 syn = tlh[13] & 0x02;
1299 s_port = (tlh[0] << 8) + tlh[1];
1300 d_port = (tlh[
[all...]

Completed in 425 milliseconds