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

/asus-wl-520gu-7.0.1.45/src/router/infosvr/
H A Dpacket.h81 int UnpackGetInfo(char *pdubuf, PKT_GET_INFO *Info);
H A Dcommon.c674 PKT_GET_INFO *ginfo;
747 ginfo=(PKT_GET_INFO *)(pdubuf_res+sizeof(IBOX_COMM_PKT_RES));
775 st = (STORAGE_INFO_T *) (pdubuf_res + sizeof (IBOX_COMM_PKT_RES) + sizeof (PKT_GET_INFO) + sizeof(WS_INFO_T));
777 st = (STORAGE_INFO_T *) (pdubuf_res + sizeof (IBOX_COMM_PKT_RES) + sizeof (PKT_GET_INFO));
796 ginfo=(PKT_GET_INFO *)(pdubuf_res+sizeof(IBOX_COMM_PKT_RES));
826 wsinfo = (WS_INFO_T*) (pdubuf_res + sizeof (IBOX_COMM_PKT_RES) + sizeof (PKT_GET_INFO));
861 st = (STORAGE_INFO_T *) (pdubuf_res + sizeof (IBOX_COMM_PKT_RES) + sizeof (PKT_GET_INFO) + sizeof(WS_INFO_T));
863 st = (STORAGE_INFO_T *) (pdubuf_res + sizeof (IBOX_COMM_PKT_RES) + sizeof (PKT_GET_INFO));
H A Dpacket.c177 int UnpackGetInfo(char *pdubuf, PKT_GET_INFO *Info)
189 memcpy(Info, pdubuf+sizeof(IBOX_COMM_PKT_RES), sizeof(PKT_GET_INFO));
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/
H A Diboxcom.h144 } PKT_GET_INFO; typedef in typeref:struct:PktGetInfo
149 // appended to the PKT_GET_INFO;
150 // at offset 0x100 (sizeof (IBOX_COMM_PKT_RES) + sizeof (PKT_GET_INFO))
/asus-wl-520gu-7.0.1.45/src/router/shared/
H A Diboxcom.h166 } PKT_GET_INFO; typedef in typeref:struct:PktGetInfo
171 // appended to the PKT_GET_INFO;
172 // at offset 0x100 (sizeof (IBOX_COMM_PKT_RES) + sizeof (PKT_GET_INFO))

Completed in 49 milliseconds