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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/l2tpd-0.69/
H A Davp.h70 #define SYNC_FRAMING 1 macro
H A Dnetwork.c510 /* while ((result=read_packet(buf,sc->fd,sc->frame & SYNC_FRAMING))>0) { */
512 read_packet (buf, sc->fd, SYNC_FRAMING)) > 0)
H A Dcontrol.c335 if (t->fc & SYNC_FRAMING)
336 c->frame = SYNC_FRAMING;
804 if (t->fc & SYNC_FRAMING)
805 c->frame = SYNC_FRAMING;
1845 /* JLM res = write_packet(buf,t,c, c->frame & SYNC_FRAMING); */
1846 res = write_packet (buf, t, c, SYNC_FRAMING);
H A Davp.c597 caps & SYNC_FRAMING ? " sync" : "");
598 t->fc = caps & (ASYNC_FRAMING | SYNC_FRAMING);
H A Dl2tpd.c1027 tmp->ourfc = ASYNC_FRAMING | SYNC_FRAMING;

Completed in 126 milliseconds