Lines Matching refs:net_context
33 struct net_context *ctx;
57 struct net_context *ctx; in zcan_socket()
89 static void zcan_received_cb(struct net_context *ctx, struct net_pkt *pkt, in zcan_received_cb()
189 static int zcan_bind_ctx(struct net_context *ctx, const struct sockaddr *addr, in zcan_bind_ctx()
225 ssize_t zcan_sendto_ctx(struct net_context *ctx, const void *buf, size_t len, in zcan_sendto_ctx()
275 static ssize_t zcan_recvfrom_ctx(struct net_context *ctx, void *buf, in zcan_recvfrom_ctx()
347 static int zcan_getsockopt_ctx(struct net_context *ctx, int level, int optname, in zcan_getsockopt_ctx()
359 static int zcan_setsockopt_ctx(struct net_context *ctx, int level, int optname, in zcan_setsockopt_ctx()
379 struct net_context *ctx) in is_already_attached()
395 static int close_socket(struct net_context *ctx) in close_socket()
414 static int can_close_socket(struct net_context *ctx) in can_close_socket()
543 static int can_register_receiver(struct net_if *iface, struct net_context *ctx, in can_register_receiver()
567 struct net_context *ctx, in can_unregister_receiver()
583 static int can_register_filters(struct net_if *iface, struct net_context *ctx, in can_register_filters()
610 struct net_context *ctx, in can_unregister_filters()