Lines Matching refs:ins
77 s32 (* startup) (struct NNETInstance *ins, s32 timeout); /**< startup関数 */
78 s32 (* cleanup) (struct NNETInstance *ins, s32 timeout); /**< cleanup関数 */
79 s32 (* abort) (struct NNETInstance *ins); /**< abort関数 */
101 NNETInstance *ins; member
102 s32 (* eth_send) (NNETInstance *ins, u8 *dstMAC, NOSMessageBuf *mbuf); /**< 送信関数 */
103 s32 (* eth_receive) (NNETInstance *ins, u32 receive_id, NOSMessageBuf **mbuf); /**< 受信関数 */
104 …s32 (* eth_setupper) (NNETInstance *ins, NNETInstance *upper_ins, u32 *receive_id, u16 list[]); /*…
105 …s32 (* eth_clearupper) (NNETInstance *ins, NNETInstance *upper_ins); /**< 上位インスタンスの情報を…
107 …s32 (* eth_getmacaddr) (NNETInstance *ins, u8 *mac); /**< 自MACアドレス取得関数…
108 …s32 (* eth_setmulticast) (NNETInstance *ins, u8 *mac); /**< 受信マルチキャストアドレ…
109 …s32 (* eth_clearmulticast) (NNETInstance *ins, u8 *mac); /**< 受信マルチキャストアドレ…
110 … s32 (* eth_cancel_receive) (NNETInstance *ins, u32 receive_id); /**< 下位の受信停止関数 */
111 … s32 (* eth_getconfig) (NNETInstance *ins, NNETConfig *config); /**< 下位の設定取得関数 */
119 NNETInstance *ins; member
120 s32 (* ppp_send) (NNETInstance *ins, NOSMessageBuf *mbuf); /**< 送信関数 */
121 s32 (* ppp_receive) (NNETInstance *ins, NOSMessageBuf **mbuf); /**< 受信関数 */
122 …s32 (* ppp_setupper) (NNETInstance *ins, NNETInstance *upper_ins); /**< 上位インスタンスの情報を…
123 …s32 (* ppp_clearupper) (NNETInstance *ins, NNETInstance *upper_ins); /**< 上位インスタンスの情報を…
124 … s32 (* ppp_cancel_receive) (NNETInstance *ins); /**< 下位の受信停止関数 */
133 extern s32 NNET_StartupIF(NNETInstance *ins, s32 timeout);
134 extern s32 NNET_CleanupIF(NNETInstance *ins, s32 timeout);
135 extern s32 NNET_AbortIF(NNETInstance *ins);