Lines Matching refs:NNETInstance
85 NNETInstance *upper_ins; /* 上位インスタンス */
151 NNETInstance ins; /* 全レイヤ共通に持っているインスタンス情報 */
173 NN_INLINE NNETInstance *NWCM_GetNNETInstance(NWCMInstance *wcm_ins) in NWCM_GetNNETInstance()
175 return (NNETInstance *)wcm_ins; in NWCM_GetNNETInstance()
181 NN_INLINE NWCMInstance *NWCM_GetNWCMInstance(NNETInstance *ins) in NWCM_GetNWCMInstance()
194 extern s32 NWCM_StartupIns(NNETInstance *ins, s32 timeout);
195 extern s32 NWCM_CleanupIns(NNETInstance *ins, s32 timeout);
196 extern s32 NWCM_AbortIns(NNETInstance *ins);
201 extern s32 NWCM_SetUpper(NNETInstance *ins, NNETInstance *upper_ins, u32 *receive_id, u16 entry[]);
202 extern s32 NWCM_ClearUpper(NNETInstance *ins, NNETInstance *upper_ins);
203 extern s32 NWCM_GetMacAddr(NNETInstance *ins, u8 *macaddr);
204 extern s32 NWCM_SetMulticastAddr(NNETInstance *ins, u8 *macaddr);
205 extern s32 NWCM_ClearMulticastAddr(NNETInstance *ins, u8 *macaddr);
206 extern s32 NWCM_Send(NNETInstance *ins, u8 *dstMAC, NOSMessageBuf *mbuf);
207 extern s32 NWCM_Receive(NNETInstance *ins, u32 receive_id, NOSMessageBuf **mbuf);
208 extern s32 NWCM_CancelReceive(NNETInstance *ins, u32 receive_id);