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

/macosx-10.10/ppp-786.1.1/Helpers/pppd/
H A Dacsp.c1143 acsp_packet *inPkt, *outPkt; local
1146 outPkt = ALIGNED_CAST(acsp_packet*)(context->buf + 4); // leave space for address, control, and protocol
1147 outPkt->type = context->type;
1148 outPkt->seq = inPkt->seq;
1149 outPkt->flags = htons(ACSP_FLAG_ACK);
1150 outPkt->len = htons(ACSP_HDR_SIZE);
1151 outPkt->reserved = 0;

Completed in 67 milliseconds