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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/hil/
H A Dhp_sdc_mlc.c145 HIL_ERR_INT | (mlc->opacket &
237 if (mlc->opacket & HIL_DO_ALTER_CTRL) goto do_control;
259 (mlc->opacket &
263 (mlc->opacket & HIL_PKT_DATA_MASK)
271 priv->emtestmode = mlc->opacket & HIL_CTRL_TEST;
272 if ((mlc->opacket & (HIL_CTRL_APE | HIL_CTRL_IPF)) == HIL_CTRL_APE) {
275 if ((mlc->opacket & HIL_CTRL_ONLY) == HIL_CTRL_ONLY) goto control_only;
276 if (mlc->opacket & HIL_CTRL_APE) {
299 if (mlc->opacket & HIL_CTRL_APE) {
H A Dhil_mlc.c642 mlc->opacket = pack;
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dtraceroute.c184 struct opacket { struct
202 static struct opacket *outpacket; /* last output (udp) packet */
397 struct opacket *op = outpacket;
522 if (datalen < 0 || datalen >= MAXPACKET - sizeof(struct opacket))
524 MAXPACKET - sizeof(struct opacket));
525 datalen += sizeof(struct opacket);
526 outpacket = (struct opacket *)xmalloc((unsigned)datalen);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dhil_mlc.h140 hil_packet opacket; member in struct:hil_mlc
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dhil_mlc.h140 hil_packet opacket; member in struct:hil_mlc

Completed in 89 milliseconds